mcp server for Zed
io.github.agentled/mcp-server
Intelligent AI workflow orchestration with long-term memory, 100+ integrations, and unified credits.
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@agentled/mcp-server"
],
"env": {
"AGENTLED_API_KEY": "<AGENTLED_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs