Skip to content

Commit 0913601

Browse files
authored
Merge pull request #22 from galaxyproject/claude-env-connection
Add env options to claude config
2 parents b7a30d4 + 1f22515 commit 0913601

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)