Skip to content
Zed

mcp scorecard for Zed

io.github.davidmosiah/mcp-scorecard

Agent-readiness scorecard for any MCP server: 10 checks, 0-100 score, actionable findings.

client:Zed transport:stdio runtime:npm

Install mcp scorecard in Zed

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

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

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

mcp scorecard in other clients