Skip to main content
Glama
.env.exampleβ€’587 B
# Server Configuration PORT=3000 HOST=localhost MODE=stateless # stateless | stateful # Security ENABLE_AUTH=false API_KEY=your-secret-api-key-here ALLOWED_ORIGINS=http://localhost:*,https://*.smithery.ai # Rate Limiting RATE_LIMIT_ENABLED=false RATE_LIMIT_WINDOW=60000 # 1 minute in ms RATE_LIMIT_MAX=100 # requests per window # Paths WORKSPACE_PATH=/path/to/workspace # Session Management SESSION_TIMEOUT=3600000 # 1 hour in ms # Logging LOG_LEVEL=info # debug | info | warn | error # Smithery (optional) SMITHERY_API_KEY=your-smithery-key SMITHERY_PACKAGE=mcp-dincoder

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/flight505/MCP_DinCoder'

If you have feedback or need assistance with the MCP directory API, please join our Discord server