File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,19 @@ mcp run main.py
6363 "mcpServers": {
6464 "galaxy-mcp": {
6565 "command": "uvx",
66- "args": ["galaxy-mcp"]
66+ "args": ["galaxy-mcp"],
67+ "env": {
68+ "GALAXY_URL": "https://usegalaxy.org",
69+ "GALAXY_API_KEY": "SECRETS"
70+ }
6771 }
6872 }
6973}
7074```
7175- Under the developer menu, you should now see ` galaxy-mcp ` as running (you may need to restart Claude desktop)
7276- 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"
77+ - If you have not provided the optional env config you'll be asked for connection details which you can provide like "Use my Galaxy API key: XXXXXXX "
78+ - Talk to Claude to work with your galaxy instance, e.g. "give a summary with my histories"
7579
7680
7781## Development Guidelines
You can’t perform that action at this time.
0 commit comments