Skip to content
Zed

ARGUS-3 MCP Server for Zed

io.github.alexar76/argus3

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

client:Zed transport:stdio runtime:npm

Install ARGUS-3 MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

ARGUS-3 MCP Server in other clients