Skip to content
Zed

checkmcp for Zed

io.github.h129hj/checkmcp

Audit any MCP server's security & quality — OWASP MCP Top 10 + explainable 0-100 MCP Score

client:Zed transport:stdio runtime:pypi

Install checkmcp in Zed

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

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

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

checkmcp in other clients