smart-schedule-manager

RG-Rituraj/smart-schedule-manager
★ 0 stars Python AI/LLM Updated 13d ago
An intelligent Concierge Agent that coordinates meeting times across timezones, drafts professional replies, and manages reminders. Powered by the Gemini 2.5 models, ADK 2.0 Workflows, and a local MCP server.
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": {
    "smart-schedule-manag": {
      "command": "uvx",
      "args": [
        "smart-schedule-manager"
      ]
    }
  }
}

Or install with pip: pip install smart-schedule-manager

README Excerpt

An intelligent Concierge Agent that coordinates meeting times across timezones, drafts professional replies, and manages reminders. Powered by the Gemini 2.5 models, ADK 2.0 Workflows, and a local MCP server. - Python 3.11 or higher - [uv](https://docs.astral.sh/uv/) (Python package manager) - A Gemini API Key from [Google AI Studio](https://aistudio.google.com/apikey)