Skip to main content
Glama

MCP Learning Project

by BerdTan
env.exampleโ€ข799 B
# Database Configuration DATABASE_URL=sqlite:///./data/database/mcp_learning.db DATABASE_ECHO=false # Server Configuration HOST=0.0.0.0 PORT=8000 DEBUG=true LOG_LEVEL=INFO # Security Configuration SECRET_KEY=your-secret-key-here-change-this-in-production API_KEY_HEADER=X-API-Key # Module Configuration MODULE_AUTO_RELOAD=true MODULE_TIMEOUT=30 # Web Interface Configuration WEB_ENABLED=true WEB_HOST=0.0.0.0 WEB_PORT=3000 CORS_ORIGINS=["http://localhost:3000"] # External API Configuration (for future modules) OPENAI_API_KEY=your-openai-api-key-here WEATHER_API_KEY=your-weather-api-key-here # File Storage Configuration UPLOAD_DIR=./data/uploads MAX_FILE_SIZE=10485760 # 10MB in bytes # Logging Configuration LOG_FILE=./data/logs/app.log LOG_FORMAT=json

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/BerdTan/mcpharness'

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