ARGUS-3 stdio MCP with WARDEN firewall: argus_ask, argus_status, argus_capabilities.
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 @alexar76/argus3
MCP client config
{
"mcpServers": {
"argus-3-mcp-server": {
"command": "npx",
"args": [
"-y",
"@alexar76/argus3"
]
}
}
}