Odel
Argus Retrieval

Argus Retrieval

Local
@khamel834PythonMITUpdated 4 days ago

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).

PyPIargus-searchv1.6.4

Run

uvx argus-search

MCP client config

{
  "mcpServers": {
    "argus-retrieval": {
      "command": "uvx",
      "args": [
        "argus-search"
      ]
    }
  }
}