mcpbeat Sign in

Argus Retrieval MCP Server

local only

Argus Retrieval runs on your own machine — the client starts it, so there is no endpoint to ping. 1 540 installs a week from pypi. Last commit 15 Sep 2026.

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

Installs per day peak 747 · avg 101 · +553% w/w
a month agotoday
1 540
Installs / week
pypi · argus-search
5
Stars
10 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    with patch.dict(os.environ, auth_environment):

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add argus -- uvx argus-search
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "argus": {
      "args": [
        "argus-search"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.argus]
command = "uvx"
args = ["argus-search"]
.cursor/mcp.json
{
  "mcpServers": {
    "argus": {
      "args": [
        "argus-search"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "argus": {
      "args": [
        "argus-search"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ARGUS_WOLFRAM_API_KEY (WolframAlpha App ID (2,000 free computed-answer queries/month)), ARGUS_BRAVE_API_KEY (Brave Search API key (2,000 free queries/month)), ARGUS_TAVILY_API_KEY (Tavily API key (1,000 free queries/month)), ARGUS_EXA_API_KEY (Exa API key (1,000 free queries/month)), ARGUS_SERPER_API_KEY (Serper API key (2,500 one-time free queries)), ARGUS_LINKUP_API_KEY (Linkup API key (1,000 free queries/month)), ARGUS_SEARXNG_BASE_URL (SearXNG instance URL (self-hosted, aggregates 70+ engines)), ARGUS_DATA_ROOT (Optional override for the writable Argus runtime corpus root). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Argus Retrieval

same job, measured the same way
Snapstate
by timbassler88

Persistent state for AI agent workflows. Save, resume, and replay multi-step workflows.

28 installs/wk local only
SupaMarketers Data
by puppychris

Keyword data, web extraction and public social search for marketing research workflows.

answering
OpenClaw Agent Instruction Registry
by izworskic

Search and retrieve agent instruction files: system prompts, skills, workflows, and safety filters.

36 installs/wk local only
agenthold
by edobusy

Shared versioned state for multi-agent AI workflows

271 installs/wk local only
MCP State Sidecar
by askadvaith

MCP State Sidecar: durable state persistence for multi-agent AI workflows

62 installs/wk local only
Ipfs Toolkit
by tkllabs-bh-mcp-servers

Store, retrieve, and pin encrypted files on IPFS via MCP tools for AI agents and workflows

answering
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only
Moira
by moira-mcp

Agent Workflow Engine — multi-step MCP workflows with per-step directives and validation.

local only

Argus Retrieval — questions

Answers built from our own checks of this server.

Why is there no uptime for Argus Retrieval?
Argus Retrieval runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package argus-search was installed 1 540 times last week.
How do I connect Argus Retrieval?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls argus-search straight from pypi; nothing to host, nothing to sign up for.
How many people use Argus Retrieval?
The pypi package argus-search was installed 1 540 times in the last week. Week over week that is +553%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Argus Retrieval open source?
Yes — it is published under the MIT licence, written in Python, 5 stars on GitHub and 10 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.