Skip to main content
Glama

Production-Ready FastMCP Server

by omy8573091
env.example911 B
# OpenAI Configuration OPENAI_API_KEY=open_api_key # Database Configuration DATABASE_URL=postgresql+psycopg://postgres:postgres@localhost:5432/mcp PGHOST=localhost PGPORT=5432 PGUSER=postgres PGPASSWORD=postgres PGDATABASE=mcp # Redis Configuration REDIS_URL=redis://localhost:6379/0 # Server Configuration HOST=0.0.0.0 PORT=8000 CORS_ORIGINS=http://localhost:3000,http://localhost:3001 LOG_LEVEL=INFO ENVIRONMENT=development # Security AUTH_TOKEN=your_auth_token_here ENABLE_SECURITY_HEADERS=1 RATE_LIMIT_RPM=120 # RAG Configuration RAG_ASYNC_INGEST=1 RAG_BM25=1 RAG_RERANK_TOP_K=10 RAG_VECTOR_TOP_K=12 RAG_EMBED_CACHE=1 # GRC Configuration RAG_JWT_SECRET=your_jwt_secret_here RAG_JWT_ALG=HS256 RAG_ALLOW_ANON=0 # Monitoring ENABLE_METRICS=1 OTEL_ENABLE=0 OTEL_SERVICE_NAME=mcp-server OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317 # Frontend Configuration NEXT_PUBLIC_API_URL=http://localhost:8000

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/omy8573091/mcp'

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