llmgraph for Cline
io.github.abahocodes/llmgraph
Invoke deployed LLMGraph no-code LLM workflows (chat, RAG, automations) as MCP tools.
client:Cline
transport:stdio
runtime:npm
Install llmgraph in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"llmgraph": {
"command": "npx",
"args": [
"-y",
"@llmgraph/mcp-server"
],
"env": {
"LLMGRAPH_ENDPOINT": "<LLMGRAPH_ENDPOINT>",
"LLMGRAPH_API_KEY": "<LLMGRAPH_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs