Skip to content
Grok

planetary agents for Grok

io.github.gregcastro23/planetary-agents

Converse with planetary-agent personas, council feeds & culinary debates from alchm.kitchen

client:Grok transport:stdio runtime:pypi

Install planetary agents 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": {
    "planetary-agents": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "alchm-planetary-agents-mcp"
      ],
      "env": {
        "PLANETARY_AGENTS_BACKEND_URL": "<PLANETARY_AGENTS_BACKEND_URL>",
        "PLANETARY_AGENTS_FRONTEND_URL": "<PLANETARY_AGENTS_FRONTEND_URL>",
        "PLANETARY_AGENTS_MCP_MODEL_TIER": "<PLANETARY_AGENTS_MCP_MODEL_TIER>"
      }
    }
  }
}

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

planetary agents in other clients