MCP Server
MCP
io.github.abahocodes/llmgraph
Invoke deployed LLMGraph no-code LLM workflows (chat, RAG, automations) as MCP tools.
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
By
Comments
Sign in to leave a comment