prx mcp for Zed
io.github.mrfentmen/prx-mcp
PRX public radio podcasts and episodes.
client:Zed
transport:stdio
runtime:npm
Install prx mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"prx-mcp": {
"command": "npx",
"args": [
"-y",
"prx-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs