Skip to main content
Glama

OpenEdu MCP Server

.env.exampleโ€ข806 B
# OpenEdu MCP Server Configuration # Server Settings OPENEDU_MCP_HOST=localhost OPENEDU_MCP_PORT=8000 OPENEDU_MCP_LOG_LEVEL=INFO OPENEDU_MCP_DEBUG=false # Cache Configuration OPENEDU_MCP_CACHE_PATH=~/.openedu-mcp/cache.db OPENEDU_MCP_CACHE_TTL=3600 OPENEDU_MCP_CACHE_MAX_SIZE_MB=100 # API Configuration OPENEDU_MCP_OPEN_LIBRARY_RATE_LIMIT=100 OPENEDU_MCP_WIKIPEDIA_RATE_LIMIT=200 OPENEDU_MCP_DICTIONARY_RATE_LIMIT=450 OPENEDU_MCP_ARXIV_RATE_LIMIT=3 # Educational Settings OPENEDU_MCP_DEFAULT_GRADE_LEVEL=K-12 OPENEDU_MCP_DEFAULT_CURRICULUM=Common Core OPENEDU_MCP_MIN_RELEVANCE_SCORE=0.7 # Logging Configuration OPENEDU_MCP_LOG_FILE=~/.openedu-mcp/logs/server.log OPENEDU_MCP_LOG_MAX_SIZE_MB=10 OPENEDU_MCP_LOG_BACKUP_COUNT=5 # Monitoring OPENEDU_MCP_ENABLE_METRICS=true OPENEDU_MCP_METRICS_PORT=9090

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/Cicatriiz/openedu-mcp'

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