Darwin RAG for Grok
io.github.brightdotdev/darwin-rag
Local-first RAG engine with MCP server for AI agent integration.
client:Grok
transport:stdio
runtime:pypi
Install Darwin RAG in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"darwin-rag": {
"type": "stdio",
"command": "uvx",
"args": [
"darwin-rag"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"DARWIN_BASE_DIR": "<DARWIN_BASE_DIR>"
}
}
}
}
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