Skip to content
VS Code

traced llm proxy for VS Code

io.github.mikerawsonnz/traced-llm-proxy

Proxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus t

client:VS Code transport:streamable-http tools:2

Install traced llm proxy in VS Code

.vscode/mcp.json

{
  "servers": {
    "traced-llm-proxy": {
      "type": "http",
      "url": "https://anthropic-mcp-opentelemetry-api-264025.getvda.ai/mcp"
    }
  }
}

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

What VS Code can do once it is connected

traced llm proxy in other clients