Skip to content
VS Code

Apollo Intelligence for VS Code

team.apolloai/intelligence

36 tools: intel feeds, DeFi, crypto, OSINT, NLP, scraping, proxy. x402 micropayments.

client:VS Code transport:stdio runtime:npm

Install Apollo Intelligence in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "apollo-api-url",
      "description": "APOLLO_API_URL",
      "password": true
    }
  ],
  "servers": {
    "intelligence": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@apollo_ai/mcp-proxy"
      ],
      "env": {
        "APOLLO_API_URL": "${input:apollo-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

Apollo Intelligence in other clients