# docker-compose.override.yml
# Local development overrides (git-ignored)
# Copy this file to docker-compose.override.yml and customize as needed
version: '3.8'
services:
n8n-mcp:
environment:
NODE_ENV: development
LOG_LEVEL: debug
REBUILD_ON_START: "true"
volumes:
# Mount source for hot reload
- ./src:/app/src:ro
- ./scripts:/app/scripts:ro
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/czlonkowski/n8n-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server