Skip to content
VS Code

apollo for VS Code

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies

client:VS Code transport:stdio runtime:pypi

Install apollo in VS Code

.vscode/mcp.json

{
  "servers": {
    "apollo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-apollo"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

apollo in other clients