io.github.mikerawsonnz/llm-observability-orchestration MCP Server
io.github.mikerawsonnz/llm-observability-orchestration
What is the io.github.mikerawsonnz/llm-observability-orchestration MCP server?
Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
How to install io.github.mikerawsonnz/llm-observability-orchestration
Copy-paste configuration for popular MCP clients.
{
"mcpServers": {
"llm-observability-orchestration": {
"url": "https://langchain-core-langsmith-openai-8c02f9.getvda.ai/mcp"
}
}
}{
"mcpServers": {
"llm-observability-orchestration": {
"serverUrl": "https://langchain-core-langsmith-openai-8c02f9.getvda.ai/mcp"
}
}
}{
"servers": {
"llm-observability-orchestration": {
"type": "http",
"url": "https://langchain-core-langsmith-openai-8c02f9.getvda.ai/mcp"
}
}
}{
"mcpServers": {
"llm-observability-orchestration": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://langchain-core-langsmith-openai-8c02f9.getvda.ai/mcp"
]
}
}
}claude mcp add --transport http llm-observability-orchestration https://langchain-core-langsmith-openai-8c02f9.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 →