Skip to content
Zed

mcp probe for Zed

io.github.incultnitollc/mcp-probe

Inspect and score any MCP server 0-100 on publishability, schema and protocol before publish.

client:Zed transport:stdio runtime:npm

Install mcp probe in Zed

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

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

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

mcp probe in other clients