Skip to content
Cline

Argus Retrieval for Cline

io.github.khamel83/argus

Multi-provider search broker for AI agents: 14 providers, 12-step extraction, retrieval workflows.

client:Cline transport:stdio runtime:pypi

Install Argus Retrieval in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "argus": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Argus Retrieval in other clients