Skip to content

mcp server security scanner for Zed

io.github.vpatser1/mcp-server-security-scanner

Scan MCP configs for 30+ CVEs, prompt injection, tool poisoning; validate OAuth configs

client:Zed transport:stdio runtime:npm

Install mcp server security scanner in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-server-security-scanner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-security-scanner"
      ],
      "env": {
        "LICENSE_KEY": "<LICENSE_KEY>"
      }
    }
  }
}

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

mcp server security scanner in other clients