We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gilbitron/lunch-money-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Lunch Money API Access Token
# Get your token from: https://my.lunchmoney.app/developers
LUNCH_MONEY_API_TOKEN=your_api_token_here
# Server port (optional, defaults to 8080)
PORT=8080
# Server API Key for authentication (optional)
# If set, all requests must include this key in the Authorization header
# Format: "Bearer <key>" or just "<key>"
# Leave empty to disable API key authentication (not recommended for production)
SERVER_API_KEY=