growmos for Grok
com.codician/growmos
Living knowledge graph for your repo: query with citations, remember/link facts, fact-check claims.
client:Grok
transport:stdio
runtime:pypi
Install growmos in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"growmos": {
"type": "stdio",
"command": "uvx",
"args": [
"growmos"
]
}
}
}
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