ed-tech-system-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_ENV | Yes | Application environment (e.g., development, production) | |
| LOG_LEVEL | No | Logging level (applied at bootstrap via configure_logging()) | |
| REDIS_URL | No | Redis connection URL (required when CACHE_ENABLED=true) | |
| GROQ_API_KEY | No | Optional API key for Groq LLM (lazy-init at first use) | |
| SUPABASE_URL | Yes | Supabase project URL | |
| CACHE_ENABLED | No | Set to 'true' to enable caching in production | |
| TAVILY_API_KEY | No | Optional API key for Tavily search | |
| YOUTUBE_API_KEY | Yes | YouTube Data API v3 key | |
| SUPABASE_SERVICE_ROLE_KEY | Yes | Supabase service role key (secret) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health_checkA | Verify the MCP server is running. |
| search_youtubeC | Search for educational YouTube videos matching a query. |
| find_documentsB | Retrieve educational documents enriched with complementary videos. |
| run_workflowC | Execute the document + video discovery LangGraph workflow. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/paulocymbaum/ed-tech-system-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server