Skip to content
VS Code

ARGUS-3 MCP Server for VS Code

io.github.alexar76/argus3

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

client:VS Code transport:stdio runtime:npm

Install ARGUS-3 MCP Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ARGUS-3 MCP Server in other clients