Skip to content
Cursor

llmgraph for Cursor

io.github.abahocodes/llmgraph

Invoke deployed LLMGraph no-code LLM workflows (chat, RAG, automations) as MCP tools.

client:Cursor transport:stdio runtime:npm

Install llmgraph in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "llmgraph": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@llmgraph/mcp-server"
      ],
      "env": {
        "LLMGRAPH_ENDPOINT": "<LLMGRAPH_ENDPOINT>",
        "LLMGRAPH_API_KEY": "<LLMGRAPH_API_KEY>"
      }
    }
  }
}

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

llmgraph in other clients