Skip to content
Zed

mcp-audit for Zed

io.github.saagpatel/mcp-audit

Scan, enumerate, and risk-score every MCP server configured on your machine.

client:Zed transport:stdio runtime:pypi

Install mcp-audit in Zed

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

{
  "context_servers": {
    "mcp-audit": {
      "command": "uvx",
      "args": [
        "mcp-audits"
      ]
    }
  }
}

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

mcp-audit in other clients