Skip to content
Zed

mcp observatory for Zed

io.github.kryptosai/mcp-observatory

MCP security scanner. CI-native testing, attack simulation, health scoring, and SARIF.

client:Zed transport:stdio runtime:npm

Install mcp observatory in Zed

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

{
  "context_servers": {
    "mcp-observatory": {
      "command": "npx",
      "args": [
        "-y",
        "@kryptosai/mcp-observatory"
      ]
    }
  }
}

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

mcp observatory in other clients