Skip to content
Zed

llmgraph for Zed

io.github.abahocodes/llmgraph

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

client:Zed transport:stdio runtime:npm

Install llmgraph in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

llmgraph in other clients