ed-tech-system-mcp

paulocymbaum/ed-tech-system-mcp
★ 0 stars Python Search Updated today
Domain-Driven MCP server for ed-tech workflows
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ed-tech-system-mcp": {
      "command": "uvx",
      "args": [
        "ed-tech-system-mcp"
      ]
    }
  }
}

Or install with pip: pip install ed-tech-system-mcp

README Excerpt

Domain-Driven MCP (Model Context Protocol) server for ed-tech workflows. The server exposes validated MCP tools backed by LangGraph agents, Supabase document retrieval, web search, and YouTube video discovery — all organized with Clean Architecture and DDD. External MCP clients call **MCP tools** that validate input with Pydantic, delegate to **application workflows** and **LangGraph agents**, and reach external systems through **domain ports** implemented in the infrastructure layer.

Tools (4)

find_documentshealth_checkrun_workflowsearch_youtube