Octobrain for Grok
io.github.muvon/octobrain
Persistent memory for AI assistants with semantic search and knowledge graph relationships.
client:Grok
transport:stdio
runtime:npm
Install Octobrain in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"octobrain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@muvon/octobrain"
]
}
}
}
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