Skip to content
Back to search
30
MCP streamable-http

io.github.mikerawsonnz/llm-observability-orchestration

io.github.mikerawsonnz/llm-observability-orchestration

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

io.github.mikerawsonnz/llm-orchestration-agent
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
0 tools · streamable-http
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
io.github.mikerawsonnz/authenticated-llm-agent
JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
0 tools · streamable-http
io.github.mikerawsonnz/authenticated-multi-llm-agent
Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f
0 tools · streamable-http
io.github.sharozdawa/ai-visibility
Track brand visibility across ChatGPT, Perplexity, Claude, and Gemini.
0 tools
LLM Router
Routes prompts across Claude, Gemini, and GPT-4o based on task type to minimize token cost.
0 tools

How to use

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

{
  "mcpServers": {
    "io.github.mikerawsonnz/llm-observability-orchestration": {
      "url": "https://langchain-core-langsmith-openai-8c02f9.getvda.ai/mcp",
      "transport": "streamable-http"
    }
  }
}