Darwin RAG for Cursor
io.github.brightdotdev/darwin-rag
Local-first RAG engine with MCP server for AI agent integration.
client:Cursor
transport:stdio
runtime:pypi
Install Darwin RAG in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs