mcp gerapodcast for VS Code
io.github.geraservicesuk/mcp-gerapodcast
Discover podcasts, search episodes, fetch transcripts, subscribe to shows.
client:VS Code
transport:stdio
runtime:npm
Install mcp gerapodcast in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "gerapodcast-api-url",
"description": "GERAPODCAST_API_URL",
"password": true
}
],
"servers": {
"mcp-gerapodcast": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerapodcast"
],
"env": {
"GERAPODCAST_API_URL": "${input:gerapodcast-api-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs