mcp launcher for Zed
io.github.oneprofile-dev/mcp-launcher
Single MCP hub: discover, add, audit, and govern MCP servers across every AI client.
client:Zed
transport:stdio
runtime:npm
Install mcp launcher in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-launcher": {
"command": "npx",
"args": [
"-y",
"curatedmcp"
],
"env": {
"CURATOR_API_URL": "<CURATOR_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs