We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/grzetich/ai-developer-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•386 B
# MCP Server Configuration
# Server name shown to clients
SERVER_NAME=ai-developer-tools-mcp
# Server version
SERVER_VERSION=1.0.0
# Optional: API key for authentication (if connecting to external APIs)
# API_KEY=your_api_key_here
# Optional: Data source URL (if using external data API)
# DATA_API_URL=https://api.example.com
# Log level (error, warn, info, debug)
LOG_LEVEL=info