neuromcp for Grok
io.github.adelelo13/neuromcp
Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation
client:Grok
transport:stdio
runtime:npm
Install neuromcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"neuromcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"neuromcp"
]
}
}
}
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