Skip to main content
Glama

n8n Workflow Builder MCP Server

module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/tests'], testMatch: [ '**/__tests__/**/*.+(ts|tsx|js)', '**/*.(test|spec).+(ts|tsx|js)' ], transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, collectCoverageFrom: [ 'src/**/*.{ts,tsx}', '!src/**/*.d.ts', '!src/index.cjs' ], coverageDirectory: 'coverage', coverageReporters: [ 'text', 'lcov', 'html' ], setupFilesAfterEnv: ['<rootDir>/tests/setup.ts'], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], testTimeout: 30000, verbose: true, clearMocks: true, restoreMocks: true, resetMocks: true, globals: { 'ts-jest': { useESM: false, tsconfig: 'tests/tsconfig.json' } } };

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