Skip to content
Zed

spec score mcp for Zed

io.github.openpoem/spec-score-mcp

Score your specs before feeding them to an LLM. MCP server with radar chart visualization.

client:Zed transport:stdio runtime:npm

Install spec score mcp in Zed

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

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

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

spec score mcp in other clients