Retell AI for Zed
io.github.mindstone/mcp-server-retell-ai
Retell AI MCP server: voice agent phone calls, agent management, LLMs, and voice discovery
client:Zed
transport:stdio
runtime:npm
Install Retell AI in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-retell-ai": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-retell-ai"
],
"env": {
"RETELL_API_KEY": "<RETELL_API_KEY>",
"MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs