Skip to main content
Glama
.env.example871 B
# MCP Software Engineer Configuration # Copy this file to .env and update values as needed # Environment NODE_ENV=production # Server Configuration PORT=3000 LOG_LEVEL=info # Security JWT_SECRET=your-super-secret-jwt-key-change-this SESSION_SECRET=your-super-secret-session-key-change-this CONFIG_ENCRYPTION_KEY=your-32-character-hex-encryption-key # Database DATABASE_URL=postgresql://user:password@localhost:5432/mcp_db # Rate Limiting RATE_LIMIT_WINDOW_MS=60000 RATE_LIMIT_MAX_REQUESTS=100 # Resource Limits MAX_FILE_SIZE=10485760 MAX_MEMORY_MB=512 COMMAND_TIMEOUT_MS=30000 # Paths WORKSPACE_ROOT=/Users/your-username/mcp-workspace LOG_DIR=./logs TEMP_DIR=./temp # External Services (optional) OPENAI_API_KEY= ANTHROPIC_API_KEY= GITHUB_TOKEN= AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_REGION=us-east-1 # Monitoring (optional) SENTRY_DSN= DATADOG_API_KEY=

Latest Blog Posts

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/Rajawatrajat/mcp-software-engineer'

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