PluginBench
MCP Server
Active

io.github.commet/argus-decision-mcp MCP Server

io.github.commet/argus-decision-mcp

What is the io.github.commet/argus-decision-mcp MCP server?

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

How to install io.github.commet/argus-decision-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "argus-decision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "argus-decision-mcp"
      ],
      "env": {
        "ARGUS_DIR": "<YOUR_ARGUS_DIR>",
        "ARGUS_TOKEN": "<YOUR_ARGUS_TOKEN>",
        "ARGUS_TZ": "<YOUR_ARGUS_TZ>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "argus-decision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "argus-decision-mcp"
      ],
      "env": {
        "ARGUS_DIR": "<YOUR_ARGUS_DIR>",
        "ARGUS_TOKEN": "<YOUR_ARGUS_TOKEN>",
        "ARGUS_TZ": "<YOUR_ARGUS_TZ>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "argus-decision-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "argus-decision-mcp"
      ],
      "env": {
        "ARGUS_DIR": "<YOUR_ARGUS_DIR>",
        "ARGUS_TOKEN": "<YOUR_ARGUS_TOKEN>",
        "ARGUS_TZ": "<YOUR_ARGUS_TZ>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "argus-decision-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "argus-decision-mcp"
      ],
      "env": {
        "ARGUS_DIR": "<YOUR_ARGUS_DIR>",
        "ARGUS_TOKEN": "<YOUR_ARGUS_TOKEN>",
        "ARGUS_TZ": "<YOUR_ARGUS_TZ>"
      }
    }
  }
}
Claude Code
claude mcp add argus-decision-mcp --env ARGUS_DIR=<YOUR_ARGUS_DIR> --env ARGUS_TOKEN=<YOUR_ARGUS_TOKEN> --env ARGUS_TZ=<YOUR_ARGUS_TZ> -- npx -y argus-decision-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →