Odel
llmgraph mcp server

llmgraph mcp server

Local
@abahocodesJavaScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@llmgraph/mcp-serverv0.1.1

Run

npx -y @llmgraph/mcp-server

MCP client config

{
  "mcpServers": {
    "llmgraph-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@llmgraph/mcp-server"
      ]
    }
  }
}