SpecMgr for Grok
io.github.dfch/biz.dfch.specmgr
An artifact manager for system specifications.
client:Grok
transport:stdio
runtime:pypi
Install SpecMgr in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"biz.dfch.specmgr": {
"type": "stdio",
"command": "uvx",
"args": [
"biz-dfch-specmgr"
],
"env": {
"SPECMGR_MCP_TRANSPORT": "<SPECMGR_MCP_TRANSPORT>",
"SPECMGR_MCP_HOST": "<SPECMGR_MCP_HOST>",
"SPECMGR_MCP_PORT": "<SPECMGR_MCP_PORT>",
"SPECMGR_ADR_DIR": "<SPECMGR_ADR_DIR>"
}
}
}
}
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