io.github.mikerawsonnz/llm-orchestration-agent MCP Server
io.github.mikerawsonnz/llm-orchestration-agent
What is the io.github.mikerawsonnz/llm-orchestration-agent 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-orchestration-agent
Copy-paste configuration for popular MCP clients.
{
"mcpServers": {
"llm-orchestration-agent": {
"url": "https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp"
}
}
}{
"mcpServers": {
"llm-orchestration-agent": {
"serverUrl": "https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp"
}
}
}{
"servers": {
"llm-orchestration-agent": {
"type": "http",
"url": "https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp"
}
}
}{
"mcpServers": {
"llm-orchestration-agent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp"
]
}
}
}claude mcp add --transport http llm-orchestration-agent https://langchain-core-langchain-openai-l-736876.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 →