Preserve a user-authorized judgment and append later answers. No model verdict or human score.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y argus-decision-mcp
MCP client config
{
"mcpServers": {
"argus": {
"command": "npx",
"args": [
"-y",
"argus-decision-mcp"
]
}
}
}