eps-parent-manager

x3nc0n/eps-parent-manager
★ 0 stars TypeScript 🌐 Browser/Web Updated today
Parent toolkit for Edmond Public Schools — MCP servers, Copilot skills, and Obsidian-based local memory for grades, events, and assignments
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "eps-parent-manager": {
      "command": "npx",
      "args": [
        "-y",
        "x3nc0n/eps-parent-manager"
      ]
    }
  }
}

README Excerpt

EPS Parent Manager is a parent-owned toolkit for syncing school systems into a local workflow without sending family data upstream. ```bash mkdir my-family-toolkit && cd my-family-toolkit git init curl -fsSL https://raw.githubusercontent.com/x3nc0n/eps-parent-manager/main/scripts/install.sh | bash ```