Skip to main content
Glama

n8n Workflow Builder MCP Server

{ "extends": "./tsconfig.json", "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "node", "outDir": "./build-smithery", "rootDir": "./src", "strict": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "declarationMap": true, "sourceMap": true, "types": ["node"] }, "include": [ "src/index.ts" ], "exclude": [ "node_modules", "build", "tests", "src/server.ts" ] }

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/makafeli/n8n-workflow-builder'

If you have feedback or need assistance with the MCP directory API, please join our Discord server