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
{
"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