Skip to content
Zed

cybersec mcp for Zed

io.github.xu-c0/cybersec-mcp

Cybersecurity MCP server: 323 prompts + 7 workflows for red team, blue team, SOC, cloud, OSINT.

client:Zed transport:stdio runtime:npm

Install cybersec mcp in Zed

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

{
  "context_servers": {
    "cybersec-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@xu-c0/cybersec-mcp"
      ]
    }
  }
}

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

cybersec mcp in other clients