galaxy mcp for Zed
io.github.galaxyproject/galaxy-mcp
MCP server for Galaxy bioinformatics platform - connect, execute tools, and manage workflows
client:Zed
transport:stdio
runtime:pypi
Install galaxy mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"galaxy-mcp": {
"command": "uvx",
"args": [
"galaxy-mcp"
],
"env": {
"GALAXY_URL": "<GALAXY_URL>",
"GALAXY_API_KEY": "<GALAXY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs