Skip to content

argus decision mcp for Zed

io.github.commet/argus-decision-mcp

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

client:Zed transport:stdio runtime:npm

Install argus decision mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

argus decision mcp in other clients