cortex for Grok
io.github.vblackjack/cortex
Local multi-client RAG server over the Model Context Protocol.
client:Grok
transport:stdio
runtime:pypi
Install cortex in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cortex": {
"type": "stdio",
"command": "uvx",
"args": [
"cortex-local-rag"
],
"env": {
"CORTEX_KB_PATH": "<CORTEX_KB_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