Skip to main content
Glama

FastAPI MCP Server

by Pritrj
.env.example515 B
# Database Configuration DATABASE_URL=postgresql://username:password@localhost:5432/mcp_db # Redis Configuration REDIS_URL=redis://localhost:6379/0 # Security Configuration SECRET_KEY=your-super-secret-key-here-change-in-production JWT_ALGORITHM=HS256 JWT_EXPIRE_MINUTES=30 # Server Configuration HOST=0.0.0.0 PORT=8000 DEBUG=false # CORS Configuration ALLOWED_ORIGINS=["http://localhost:3000", "http://localhost:8080"] # Rate Limiting RATE_LIMIT_PER_MINUTE=60 # Logging LOG_LEVEL=INFO LOG_FILE=logs/app.log

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/Pritrj/mcp-server'

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