apollo for VS Code
io.github.wmarceau/apollo
Apollo.io lead enrichment and prospecting via MCP
client:VS Code
transport:stdio
runtime:pypi
Install apollo in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "apollo-api-key",
"description": "APOLLO_API_KEY",
"password": true
}
],
"servers": {
"apollo": {
"type": "stdio",
"command": "uvx",
"args": [
"apollo-mcp"
],
"env": {
"APOLLO_API_KEY": "${input:apollo-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs