Skip to content
Grok

powerplan for Grok

io.github.cynacons/powerplan

MCP server that makes PLAN.md the operational backbone of agentic development

client:Grok transport:stdio runtime:pypi

Install powerplan 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": {
    "powerplan": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "powerplan-mcp"
      ],
      "env": {
        "PYTHONUNBUFFERED": "<PYTHONUNBUFFERED>",
        "PYTHONIOENCODING": "<PYTHONIOENCODING>"
      }
    }
  }
}

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

powerplan in other clients