Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
langchain_code.json1.41 kB
{ "nodeType": "@n8n/n8n-nodes-langchain.code", "displayName": "LangChain Code", "description": "LangChain Code Node", "version": 1, "properties": [ { "name": "code", "displayName": "Code", "type": "fixedCollection", "default": {}, "placeholder": "Add Code" }, { "name": "notice", "displayName": "You can import LangChain and use all available functionality. Debug by using <code>console.log()</code> statements and viewing their output in the browser console.", "type": "notice", "default": "" }, { "name": "inputs", "displayName": "Inputs", "type": "fixedCollection", "default": {}, "description": "The input to add", "placeholder": "Add Input", "required": true, "typeOptions": { "multipleValues": true } }, { "name": "outputs", "displayName": "Outputs", "type": "fixedCollection", "default": {}, "description": "The output to add", "placeholder": "Add Output", "required": true, "typeOptions": { "multipleValues": true } } ], "credentialsConfig": [], "io": { "inputs": [], "outputs": [], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [], "produces": [] } }

MCP directory API

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