← Back to Plugins
MCP Server MCP

io.github.abahocodes/llmgraph

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @llmgraph/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@llmgraph/mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Full deployment endpoint URL from the LLMGraph dashboard, e.g. https://llmgraph.ai/api/<graph_id>/<environment>",
          "isRequired": true,
          "format": "string",
          "name": "LLMGRAPH_ENDPOINT"
        },
        {
          "description": "API key for the deployment",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LLMGRAPH_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...