Skip to content
Grok

galaxy mcp for Grok

io.github.galaxyproject/galaxy-mcp

MCP server for Galaxy bioinformatics platform - connect, execute tools, and manage workflows

client:Grok transport:stdio runtime:pypi

Install galaxy mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "galaxy-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "galaxy-mcp"
      ],
      "env": {
        "GALAXY_URL": "<GALAXY_URL>",
        "GALAXY_API_KEY": "<GALAXY_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

galaxy mcp in other clients