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)
{
"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