We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/breez/breez-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Breez MCP Configuration
# Copy this file to .env and fill in your values
# Required: Get from https://portal.breez.technology/
BREEZ_API_KEY=your_api_key_here
BREEZ_MNEMONIC=your mnemonic phrase here
# Optional: Network selection (mainnet, testnet)
BREEZ_NETWORK=mainnet
# Optional: Transport mode (stdio, http, asgi)
# stdio: For direct MCP connections (default)
# http: For HTTP API access
# asgi: For external ASGI server deployment
BREEZ_TRANSPORT_MODE=stdio
# HTTP mode configuration (only used when BREEZ_TRANSPORT_MODE=http)
BREEZ_HTTP_HOST=0.0.0.0
BREEZ_HTTP_PORT=8000
BREEZ_HTTP_PATH=/mcp
# Optional: Data directory
BREEZ_DATA_DIR=/app/data
# Optional: Environment file path (for secret management)
BREEZ_ENV_FILE=