PORT=3000
# API keys for AI models
ANTHROPIC_API_KEY=your_anthropic_api_key_here
OPENAI_API_KEY=your_openai_api_key_here
# API key for Stability AI (image generation)
STABILITY_API_KEY=your_stability_api_key_here
# API keys for Google Custom Search Engine (web search)
GOOGLE_CSE_API_KEY=your_google_api_key_here
GOOGLE_CSE_ID=your_google_cse_id_here
# API key for Bing Search (fallback web search)
BING_SEARCH_API_KEY=your_bing_api_key_here
# Optional: Server URL for clients
MCP_SERVER_URL=http://localhost:3000
# MongoDB configuration
# Local MongoDB: mongodb://localhost:27017/mcp-server
# Docker MongoDB: mongodb://mcpuser:mcppassword@localhost:27017/mcp-server?authSource=admin
# MongoDB Atlas: mongodb+srv://<username>:<password>@<cluster>.mongodb.net/mcp-server?retryWrites=true&w=majority
MONGODB_URI=mongodb://localhost:27017/mcp-server
ENCRYPTION_KEY=change-this-to-a-secure-random-string
# Application settings
LOG_LEVEL=info
NODE_ENV=development
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/infinyte/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server