brain protocol for Grok
io.github.seritalien/brain-protocol
Verifiable Memory for AI Agents — knowledge graph, FTS, Starknet proofs, local or cloud
client:Grok
transport:stdio
runtime:npm
Install brain protocol in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"brain-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@brain-protocol/mcp"
],
"env": {
"BRAIN_API_URL": "<BRAIN_API_URL>",
"BRAIN_API_KEY": "<BRAIN_API_KEY>",
"BRAIN_DB_PATH": "<BRAIN_DB_PATH>"
}
}
}
}
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