Skip to main content
Glama

n8n-MCP

by 88-888
index.tsβ€’467 B
/** * Central export for all n8n API mocks */ export * from './handlers'; export * from './data/workflows'; export * from './data/executions'; export * from './data/credentials'; // Re-export MSW utilities for convenience export { http, HttpResponse } from 'msw'; // Export factory utilities export { n8nHandlerFactory } from '../../setup/msw-setup'; export { n8nApiMock, testDataBuilders, mswTestServer } from '../../integration/setup/msw-test-server';

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/88-888/n8n-mcp'

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