Odel
Argus

Argus

Local
@commet1TypeScriptUpdated 1w ago

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

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

npmargus-decision-mcpv2.0.23

Run

npx -y argus-decision-mcp

MCP client config

{
  "mcpServers": {
    "argus": {
      "command": "npx",
      "args": [
        "-y",
        "argus-decision-mcp"
      ]
    }
  }
}