Skip to content
Cursor

ARGUS-3 MCP Server for Cursor

io.github.alexar76/argus3

ARGUS-3 stdio MCP with WARDEN firewall: argus_ask, argus_status, argus_capabilities.

client:Cursor transport:stdio runtime:npm

Install ARGUS-3 MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "argus3": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@alexar76/argus3"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ARGUS-3 MCP Server in other clients