argus-decision-mcp
About
Preserve a user-authorized judgment and append later answers. No model verdict or human score.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ARGUS_DIR ARGUS_TOKEN ARGUS_TZClaude Code
claude mcp add --env ARGUS_DIR= --env ARGUS_TOKEN= --env ARGUS_TZ= argus-decision-mcp -- npx argus-decision-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"argus-decision-mcp","command":"npx","args":["argus-decision-mcp"],"env":{"ARGUS_DIR":"","ARGUS_TOKEN":"","ARGUS_TZ":""}}'
JSON
{
"mcpServers": {
"argus-decision-mcp": {
"command": "npx",
"args": [
"argus-decision-mcp"
],
"env": {
"ARGUS_DIR": "",
"ARGUS_TOKEN": "",
"ARGUS_TZ": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.