mcp gerapodcast for Zed
io.github.geraservicesuk/mcp-gerapodcast
Discover podcasts, search episodes, fetch transcripts, subscribe to shows.
client:Zed
transport:stdio
runtime:npm
Install mcp gerapodcast in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-gerapodcast": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerapodcast"
],
"env": {
"GERAPODCAST_API_URL": "<GERAPODCAST_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs