Multi-provider search broker for AI agents: 14 providers, 12-step extraction, retrieval workflows.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx argus-search
MCP client config
{
"mcpServers": {
"argus-retrieval": {
"command": "uvx",
"args": [
"argus-search"
]
}
}
}