Skip to main content
Glama

Evolution API WhatsApp MCP Server

by luiso2
ecosystem.config.js411 B
module.exports = { apps: [{ name: 'evolution-mcp-server', script: './dist/index.js', instances: 1, exec_mode: 'cluster', autorestart: true, watch: false, max_memory_restart: '1G', env: { NODE_ENV: 'production', MCP_SERVER_PORT: 3000 }, error_file: './logs/err.log', out_file: './logs/out.log', log_file: './logs/combined.log', time: 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/luiso2/mcp-evolution-api'

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