study-sync

thanmaisripoola-sys/study-sync
★ 0 stars Python AI/LLM Updated 9d ago
StudySync is an intelligent concierge agent designed to parse course syllabi, generate personalized study schedules, track deadlines, and suggest focus techniques. It uses the ADK 2.0 multi-agent workflow graph, a local MCP server, and built-in safety controls.
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": {
    "study-sync": {
      "command": "uvx",
      "args": [
        "study-sync"
      ]
    }
  }
}

Or install with pip: pip install study-sync

README Excerpt

StudySync is an intelligent concierge agent designed to parse course syllabi, generate personalized study schedules, track deadlines, and suggest focus techniques. It uses the ADK 2.0 multi-agent workflow graph, a local MCP server, and built-in safety controls. - Python 3.11 or higher - [uv](https://astral.sh) — Python package manager