Phases Agents for Grok
io.github.cherridsaid/phases-agents
Deterministic skill selection: local discovery, strict validation, every skill classified.
client:Grok
transport:stdio
runtime:pypi
Install Phases Agents in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"phases-agents": {
"type": "stdio",
"command": "uvx",
"args": [
"phases-agents"
]
}
}
}
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