We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dpshade/wakatime-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•375 B
# WakaTime API Key (required)
# Get your key from https://wakatime.com/settings/api-key
WAKATIME_API_KEY=your_wakatime_api_key_here
# MCP Auth Key (required for self-hosted deployment)
# Generate a secure random key: openssl rand -hex 32
MCP_AUTH_KEY=your_auth_key_here
# Server port (optional, defaults to 8000)
PORT=8000
# Environment (optional)
ENVIRONMENT=development