Odel
ARGUS-3 MCP Server

ARGUS-3 MCP Server

Local
@alexar76TypeScriptMITUpdated 6 days ago

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).

npm@alexar76/argus3v0.2.5

Run

npx -y @alexar76/argus3

MCP client config

{
  "mcpServers": {
    "argus-3-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@alexar76/argus3"
      ]
    }
  }
}