Skip to main content
Glama

WAHA MCP Server

by seejux
.env.example603 B
# WAHA WhatsApp HTTP API Configuration # Copy this file to .env and fill in your actual values # WAHA API Base URL (without trailing slash) # Example: http://localhost:3000 or https://your-waha-instance.com WAHA_BASE_URL=http://localhost:3000 # WAHA API Key # This is the X-Api-Key header value required for authentication WAHA_API_KEY=your-api-key-here # WAHA Session Name # Default session to use for WhatsApp operations # Default: "default" WAHA_SESSION=default # MCP Server Port (for HTTP mode only) # Port for the MCP server to listen on when running in HTTP mode # Default: 3001 MCP_PORT=3001

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/seejux/waha-mcp'

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