Coach AI

Coach AI

A productivity coaching assistant designed for ADHD support that provides intelligent task management, goal tracking, and personalized recommendations. It utilizes a persistent memory system to learn user patterns and preferences, helping to reduce decision paralysis through actionable suggestions.

Category
访问服务器

README

Coach AI

A productivity coaching assistant built as an MCP (Model Context Protocol) server, designed with ADHD support in mind. Coach AI provides intelligent task management, goal tracking, and personalized recommendations through a set of tools that integrate seamlessly with any MCP-compatible AI client.

Rather than being a standalone application, Coach AI acts as a plugin that enhances your existing AI workflow with persistent memory and specialized coaching capabilities.

Table of Contents

Features

  • Todo Management: Add, list, complete, and prioritize tasks
  • Goal Tracking: Set and monitor short-term and long-term goals
  • Personalized Recommendations: Get intelligent suggestions for what to do next based on your context
  • Learning System: Remembers your preferences, patterns, and what works for you
  • Accomplishment Logging: Track your wins for positive reinforcement
  • Decision Paralysis Support: Designed specifically to help with ADHD challenges

Installation

Prerequisites

  • Python 3.10 or higher
  • uv (recommended) or pip

Install Coach AI

Clone the repository and install the package:

git clone <your-repo-url>
cd coach-ai
uv pip install -e .

Or with pip:

pip install -e .

Configuration

For Claude Desktop

  1. Open your Claude Desktop configuration file:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
    • Linux: ~/.config/Claude/claude_desktop_config.json
  2. Add Coach AI to the mcpServers section:

{
  "mcpServers": {
    "coach-ai": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/absolute/path/to/coach-ai",
        "python",
        "-m",
        "coach_ai.server"
      ]
    }
  }
}

Note: Replace /absolute/path/to/coach-ai with the actual path where you cloned this repository.

  1. Restart Claude Desktop completely (Quit and reopen)

  2. Look for the 🔨 icon in the chat input to verify the tools are loaded

For Claude Code

Claude Code automatically detects MCP servers configured in Claude Desktop's config file. Once you've configured the server for Claude Desktop, it will be available in Claude Code without additional setup.

Usage

Once configured, simply chat with Claude naturally. The AI will automatically use Coach AI's tools when appropriate.

Example Interactions

Get a personalized recommendation:

You: "What should I focus on right now?"

The AI will call get_recommendation() and provide a personalized suggestion based on your todos, goals, and learned preferences.

Add a task:

You: "Add a todo: Review the marketing proposal, make it high priority"

The AI will call add_todo(title="Review the marketing proposal", priority="high").

Set a goal:

You: "I want to launch my side project by the end of this month"

The AI will call set_goal(goal="Launch side project", timeframe="this month", category="career").

Store context about yourself:

You: "Remember that I work best in the mornings before 11am"

The AI will call add_user_fact(fact="Works best in mornings before 11am", category="patterns").

Available Tools

Todo Management

  • add_todo(title, priority="medium", notes="") - Add a new todo
  • list_todos(status="active") - List todos (active/completed/all)
  • complete_todo(todo_id) - Mark a todo complete
  • delete_todo(todo_id) - Delete a todo

Goal Management

  • set_goal(goal, timeframe, category="general") - Set a new goal
  • list_goals(status="active") - List all goals

User Context

  • add_user_fact(fact, category="general") - Remember something about you
  • get_user_context() - Retrieve stored facts about you
  • log_accomplishment(description) - Log something you accomplished

Recommendations

  • get_recommendation() - Get a personalized "what should I do now?" recommendation

Development

Testing with MCP Inspector

During development, you can test the server interactively:

npx @modelcontextprotocol/inspector uv run --directory /path/to/coach-ai python -m coach_ai.server

Replace /path/to/coach-ai with your installation directory. This opens a web UI at http://localhost:5173 where you can test tools without an AI client.

Database Location

By default, Coach AI stores data in data/coach.db. You can customize this with the COACH_DB_PATH environment variable:

export COACH_DB_PATH=/path/to/custom/coach.db

Project Structure

coach-ai/
├── src/
│   └── coach_ai/
│       ├── __init__.py
│       └── server.py       # Main MCP server implementation
├── data/
│   └── coach.db           # SQLite database (auto-created)
├── pyproject.toml
└── README.md

Roadmap

  • [x] Core todo management
  • [x] Goal tracking
  • [x] User context learning
  • [x] Recommendation engine
  • [ ] Obsidian vault integration (read daily notes)
  • [ ] Time-of-day awareness for recommendations
  • [ ] Task breakdown for overwhelming todos
  • [ ] Weekly review prompts
  • [ ] Energy level tracking
  • [ ] Habit tracking

Design Philosophy

Coach AI is designed with ADHD-friendly principles:

  • Combat decision paralysis: Provides clear, actionable recommendations instead of overwhelming you with choices
  • Persistent memory: Learns your patterns and preferences to reduce cognitive load
  • Positive reinforcement: Celebrates accomplishments to maintain motivation
  • Simple yet extensible: Starts with core functionality and grows with your needs
  • Client-agnostic: Works with any MCP-compatible AI client, not tied to a specific interface

License

MIT

Contributing

Contributions are welcome! If you have ideas for improvements or encounter any issues, please feel free to:

  • Open an issue to report bugs or suggest features
  • Submit a pull request with improvements
  • Share feedback on how Coach AI works for your workflow

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选