Argus Retrieval for Cursor
io.github.khamel83/argus
Multi-provider search broker for AI agents: 14 providers, 12-step extraction, retrieval workflows.
client:Cursor
transport:stdio
runtime:pypi
Install Argus Retrieval in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"argus": {
"type": "stdio",
"command": "uvx",
"args": [
"argus-search"
],
"env": {
"ARGUS_WOLFRAM_API_KEY": "<ARGUS_WOLFRAM_API_KEY>",
"ARGUS_BRAVE_API_KEY": "<ARGUS_BRAVE_API_KEY>",
"ARGUS_TAVILY_API_KEY": "<ARGUS_TAVILY_API_KEY>",
"ARGUS_EXA_API_KEY": "<ARGUS_EXA_API_KEY>",
"ARGUS_SERPER_API_KEY": "<ARGUS_SERPER_API_KEY>",
"ARGUS_LINKUP_API_KEY": "<ARGUS_LINKUP_API_KEY>",
"ARGUS_SEARXNG_BASE_URL": "<ARGUS_SEARXNG_BASE_URL>",
"ARGUS_DATA_ROOT": "<ARGUS_DATA_ROOT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs