Skip to content
Cursor

llm orchestration agent for Cursor

io.github.mikerawsonnz/llm-orchestration-agent

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

client:Cursor transport:streamable-http tools:2

Install llm orchestration agent in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "llm-orchestration-agent": {
      "url": "https://langchain-core-langchain-openai-l-736876.getvda.ai/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What Cursor can do once it is connected

llm orchestration agent in other clients