Skip to content
VS Code

atheris mcp for VS Code

io.github.atheris-ee/atheris-mcp

Country-targeted mobile/residential proxy egress for agents: live stock, proxy URLs, usage.

client:VS Code transport:stdio runtime:npm

Install atheris mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "atheris-proxy-key",
      "description": "ATHERIS_PROXY_KEY",
      "password": true
    }
  ],
  "servers": {
    "atheris-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "atheris-mcp"
      ],
      "env": {
        "ATHERIS_PROXY_KEY": "${input:atheris-proxy-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

atheris mcp in other clients