We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ifmelate/n8n-workflow-builder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"nodeType": "@n8n/n8n-nodes-langchain.chainLlm",
"displayName": "Basic LLM Chain",
"description": "A simple chain to prompt a large language model",
"version": [
1,
1.1,
1.2,
1.3,
1.4,
1.5,
1.6,
1.7
],
"properties": [],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [
"Main"
],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": [
"Main"
]
}
}