Skip to content
Zed

mcp checkup for Zed

io.github.yifanyifan897645/mcp-checkup

Analyze your MCP setup: token costs, grades, duplicates, and optimization tips

client:Zed transport:stdio runtime:npm

Install mcp checkup in Zed

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

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

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

mcp checkup in other clients