Skip to content
VS Code

tor mcp for VS Code

io.github.shreyas-profile/tor-mcp

Route HTTP requests through the Tor network. Rotating exit IPs, .onion support, no body logging.

client:VS Code transport:streamable-http

Install tor mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "tor-mcp": {
      "type": "http",
      "url": "https://tor.regiq.in/api/mcp"
    }
  }
}

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

tor mcp in other clients