Skip to main content
Glama

n8n MCP Server

by lowprofix
.env.example942 B
# Configuration du serveur MCP MCP_SERVER_PORT=3000 MCP_SERVER_HOST=localhost # Configuration pour l'instance n8n locale N8N_API_URL=http://localhost:5678/api/v1 N8N_API_KEY=votre_cle_api_n8n_ici # Configuration pour l'instance Cloudron # N8N_API_URL=https://n8n.bienquoi.com/api/v1 # N8N_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJlZjFmYmM2Ni02ZDVmLTQ2MmQtYjQ2Ni0wNDcyNWI1NWM2NzQiLCJpc3MiOiJuOG4iLCJhdWQiOiJwdWJsaWMtYXBpIiwiaWF0IjoxNzQxODY3MDEyfQ._a1bRXZYn-LJYDfHPou42ZDt8Dc3d7ET-mBt2ldeRGU # Répertoires de sortie VALIDATOR_OUTPUT_DIR=./output/validations NEXTJS_OUTPUT_DIR=./output/nextjs-integrations # Sécurité API_KEY_ENABLED=true API_KEY=votre_cle_api_mcp_ici # Autres configurations LOG_LEVEL=info VALIDATION_STRICTNESS=medium # options: low, medium, high # Configuration pour l'intégration NextJS NEXTJS_DEFAULT_API_PATH=/api NEXTJS_GENERATE_OPENAPI=true NEXTJS_GENERATE_TYPES=true NEXTJS_GENERATE_CLIENT=true

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/lowprofix/n8n-mcp-server'

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