mcpbeat Sign in

Argus Decision MCP Server

local only

Argus Decision MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 121 installs a week from npm. Last commit 14 Sep 2026.

Preserve a user-authorized judgment and append later answers. No model verdict or human score.

Installs per day peak 961 · avg 213 · +101% w/w
a month agotoday
121
Installs / week
npm · argus-decision-mcp
1
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 1 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.

Runs an external command argus-mcp/src/a0/account-connect.ts:53
    const child = spawn(command, [url], { detached: true, stdio: 'ignore', windowsHide: true });
  return path.join(sessionDir(argusDir, id), 'current_bearing.json');
  const res = await fetch(`https://api.telegram.org/bot${args.botToken}/sendMessage`, {
Reads files and sends them to the network tools/argus-watch/cli.mjs:347
    try { entries = fs.readdirSync(dir, { withFileTypes: true }); } catch { return; }

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-decision-mcp -- npx -y argus-decision-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "argus-decision-mcp": {
      "args": [
        "-y",
        "argus-decision-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.argus-decision-mcp]
command = "npx"
args = ["-y", "argus-decision-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "argus-decision-mcp": {
      "args": [
        "-y",
        "argus-decision-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "argus-decision-mcp": {
      "args": [
        "-y",
        "argus-decision-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ARGUS_DIR (Directory for the append-only ledger (.argus). Set once and every tool falls back to it. Claude Code expands ${CLAUDE_PROJECT_DIR}; on other hosts use an absolute path.), ARGUS_TOKEN (Optional Argus account token. Set it and saved records can sync so Argus can return on the date you chose. Unset = fully local, no network.), ARGUS_TZ (Timezone that decides when a check-by date becomes today (e.g. Asia/Seoul). Unset = your machine's local timezone.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Argus Decision MCP

same job, measured the same way
Hone
by derekchoyai

Score your judgment over AI-assisted work. Hone scores you, not the model.

local only
Countersignatory
by countersignatory

Live spot prices for verified human judgment, sign-off and notarisation.

3 tools answering
Posecode MCP
by posecode-dev

Author, ROM-validate, and render 3D human movement (.posecode) with a shareable playground link.

67 installs/wk local only
Site
by co-latepaymentinterest

Late Payment Interest: the site's own MCP server — calculator, enquiry (enquiry = a human...

5 tools answering
AurasPay Merchant MCP
by auraspay

Review AurasPay merchant payments and prepare payment links with scoped OAuth and human approval.

answering
I
Perceptdot Core
by perceptdot

B2A2H MCP server — AI agent app store. Auto-discover and recommend MCP servers for any project.

23 installs/wk local only
Pearl API MCP Server
by pearl-mcp

Hybrid human + AI expertise for faster, trusted answers and decisions via MCP Server.

5 tools answering
Site
by co-privatelabelmanufacturers

Private Label Manufacturers: the site's own MCP server — enquiry (enquiry = a human handoff, not...

3 tools answering

Argus Decision MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Argus Decision MCP?
Argus Decision MCP 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 npm package argus-decision-mcp was installed 121 times last week.
How do I connect Argus Decision MCP?
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-decision-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Argus Decision MCP?
The npm package argus-decision-mcp was installed 121 times in the last week. Week over week that is +101%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Argus Decision MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.