Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
claude mcp add llm-orchestration-agent --transport http https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"llm-orchestration-agent": {
"url": "https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"llm-orchestration-agent": {
"serverUrl": "https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"llm-orchestration-agent": {
"type": "http",
"url": "https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"llm-orchestration-agent": {
"url": "https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"llm-orchestration-agent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mikerawsonnz--llm-orchestration-agent/reviews or the review_server meta-tool.
POST /mcp