mcp server for Zed
io.github.itsconvo/mcp-server
Access your Convo meetings, transcripts, summaries, and action items from any AI assistant.
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",
"@itsconvo/mcp-server"
],
"env": {
"CONVO_API_KEY": "<CONVO_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs