Skip to content
Cursor

argus decision mcp for Cursor

io.github.commet/argus-decision-mcp

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

client:Cursor transport:stdio runtime:npm

Install argus decision mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "argus-decision-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "argus-decision-mcp"
      ],
      "env": {
        "ARGUS_DIR": "<ARGUS_DIR>",
        "ARGUS_TOKEN": "<ARGUS_TOKEN>",
        "ARGUS_TZ": "<ARGUS_TZ>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

argus decision mcp in other clients