Loading MCP server directory, please wait...
Invoke deployed LLMGraph no-code LLM workflows (chat, RAG, automations) as MCP tools.
npx @getmcp/cli add io.github.abahocodes/llmgraphRequires Node.js 18+. Community-contributed server. Review source before installing.
LLMGRAPH_ENDPOINTFull deployment endpoint URL from the LLMGraph dashboard, e.g. https://llmgraph.ai/api/<graph_id>/<environment>
LLMGRAPH_API_KEYAPI key for the deployment
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.abahocodes/llmgraph": {
"command": "npx",
"args": [
"-y",
"@llmgraph/mcp-server"
],
"env": {
"LLMGRAPH_ENDPOINT": "",
"LLMGRAPH_API_KEY": ""
}
}
}
}