Firekeep for Grok
io.github.kapella-hub/firekeep
Self-hosted operating layer for AI agents: knowledge, continuity, coordination, and governance.
client:Grok
transport:stdio
runtime:pypi
Install Firekeep in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"firekeep": {
"type": "stdio",
"command": "uvx",
"args": [
"firekeep-client"
]
}
}
}
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