Skip to content

curatedmcp catalog mcp for Zed

io.github.oneprofile-dev/curatedmcp-catalog-mcp

Search the CuratedMCP catalog of risk-classified MCP servers and check verification status.

client:Zed transport:stdio runtime:npm

Install curatedmcp catalog mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "curatedmcp-catalog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@curatedmcp/mcp"
      ],
      "env": {
        "CURATEDMCP_APP_URL": "<CURATEDMCP_APP_URL>"
      }
    }
  }
}

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

curatedmcp catalog mcp in other clients