llm observability orchestration for Cursor
io.github.mikerawsonnz/llm-observability-orchestration
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 observability orchestration in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"llm-observability-orchestration": {
"url": "https://langchain-core-langsmith-openai-8c02f9.getvda.ai/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs