allmcps server for Zed
io.github.jackalope-dev/allmcps-server
Search, browse, and submit MCP servers to the AllMCPs.com directory.
client:Zed
transport:stdio
runtime:npm
Install allmcps server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"allmcps-server": {
"command": "npx",
"args": [
"-y",
"allmcps-server"
],
"env": {
"ALLMCPS_MCP_URL": "<ALLMCPS_MCP_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs