Skip to content
Zed

quantumguard mcp for Zed

io.github.kota1026/quantumguard-mcp

Post-quantum cryptography security scanner. Detect ECDSA/RSA vulnerabilities, NIST compliance.

client:Zed transport:stdio runtime:npm

Install quantumguard mcp in Zed

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

{
  "context_servers": {
    "quantumguard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "quantumguard-mcp"
      ]
    }
  }
}

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

quantumguard mcp in other clients