io.github.mikerawsonnz/traced-llm-proxy MCP Server
io.github.mikerawsonnz/traced-llm-proxy
What is the io.github.mikerawsonnz/traced-llm-proxy MCP server?
Proxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus t
How to install io.github.mikerawsonnz/traced-llm-proxy
Copy-paste configuration for popular MCP clients.
{
"mcpServers": {
"traced-llm-proxy": {
"url": "https://anthropic-mcp-opentelemetry-api-264025.getvda.ai/mcp"
}
}
}{
"mcpServers": {
"traced-llm-proxy": {
"serverUrl": "https://anthropic-mcp-opentelemetry-api-264025.getvda.ai/mcp"
}
}
}{
"servers": {
"traced-llm-proxy": {
"type": "http",
"url": "https://anthropic-mcp-opentelemetry-api-264025.getvda.ai/mcp"
}
}
}{
"mcpServers": {
"traced-llm-proxy": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://anthropic-mcp-opentelemetry-api-264025.getvda.ai/mcp"
]
}
}
}claude mcp add --transport http traced-llm-proxy https://anthropic-mcp-opentelemetry-api-264025.getvda.ai/mcpRelated MCP servers
Hash passwords with bcrypt and issue/verify JWT session tokens over A2A + MCP.
View repository →JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
View repository →JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
View repository →Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f
View repository →Single entry point for the GOSCE portfolio: routes orchestrators to verified agents by capability, w
View repository →Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
View repository →