Argus Retrieval for Grok
io.github.khamel83/argus
Multi-provider search broker for AI agents: 14 providers, 12-step extraction, retrieval workflows.
client:Grok
transport:stdio
runtime:pypi
Install Argus Retrieval in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
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