Skip to content
Back to search
30
MCP

gosce-traced-llm-mcp-proxy

pypi/gosce-traced-llm-mcp-proxy

Proxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus the trace/span id.

Uptime
0.0%
26 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.mikerawsonnz/traced-llm-proxy
Proxy Gemini (Vertex AI) completions wrapped in OpenTelemetry trace spans; returns the answer plus t
0 tools · streamable-http
gosce-llm-orchestration-mcp-agent
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.
0 tools
gosce-llm-orchestration-agent-mcp
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith tracing.
0 tools
gosce-authenticated-llm-mcp-agent
Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion for the verified caller.
0 tools
Gemini
Integrates Google's Gemini AI models enabling real-time response streaming and LLM processing capabilities.
0 tools
gosce-authenticated-mcp-agent-opentelemetry-api
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion. Unauthenticated calls are rejected.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gosce-traced-llm-mcp-proxy": {
      "url": "None",
      "transport": "http"
    }
  }
}