agent discover for Zed
io.github.keshrath/agent-discover
MCP server registry and marketplace - discover, install, activate tools on demand
client:Zed
transport:stdio
runtime:npm
Install agent discover in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-discover": {
"command": "npx",
"args": [
"-y",
"agent-discover"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs