File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,28 @@ pip install -r requirements.txt
5252mcp run main.py
5353```
5454
55+ ## Connect to Claude Desktop
56+ - Ensure that GalaxyMCP runs with ` uvx galaxy-mcp `
57+ - Add ` export GALAXY_SERVER=https://usegalaxy.org ` to your .bashrc (or equiv)
58+ - Download and install [ claude desktop] ( https://www.claude.com/download )
59+ - Go to Settings -> Developer -> Edit Config
60+ - Add this to ` claude_desktop_config.json `
61+ ```
62+ {
63+ "mcpServers": {
64+ "galaxy-mcp": {
65+ "command": "uvx",
66+ "args": ["galaxy-mcp"]
67+ }
68+ }
69+ }
70+ ```
71+ - Under the developer menu, you should now see ` galaxy-mcp ` as running (you may need to restart Claude desktop)
72+ - Prompt Claude with "can you connect to galaxy"
73+ - It will ask for you API key - provide it with "use this for my Galaxy API key: XXXXXXXXX"
74+ - Talk to claude to work with your galaxy instance, e.g. "give a summary with my histories"
75+
76+
5577## Development Guidelines
5678
5779See the [ Python implementation README] ( mcp-server-galaxy-py/README.md ) for specific instructions and documentation.
You can’t perform that action at this time.
0 commit comments