← Back to Plugins
MCP Server MCP

io.github.commet/argus-decision-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "argus-decision-mcp",
      "version": "2.0.23",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "format": "filepath",
          "name": "ARGUS_DIR"
        },
        {
          "description": "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.",
          "isSecret": true,
          "name": "ARGUS_TOKEN"
        },
        {
          "description": "Timezone that decides when a check-by date becomes today (e.g. Asia/Seoul). Unset = your machine's local timezone.",
          "name": "ARGUS_TZ"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...