llmgraph for Windsurf
io.github.abahocodes/llmgraph
Invoke deployed LLMGraph no-code LLM workflows (chat, RAG, automations) as MCP tools.
client:Windsurf
transport:stdio
runtime:npm
Install llmgraph in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"llmgraph": {
"command": "npx",
"args": [
"-y",
"@llmgraph/mcp-server"
],
"env": {
"LLMGRAPH_ENDPOINT": "<LLMGRAPH_ENDPOINT>",
"LLMGRAPH_API_KEY": "<LLMGRAPH_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs