Skip to main content

MCP server for Coach Claude - health and wellness tracking for developers

Project description

Coach Claude MCP Server

The MCP (Model Context Protocol) server component of Coach Claude. Provides health and wellness tracking capabilities through a SQLite database.

Installation

pip install coach-claude

Usage

The MCP server runs as a background service and exposes tools for tracking water intake and workouts.

Running the Server

The server supports two transport modes: stdio (default) and SSE (for remote/daemon use).

# Start with stdio transport (default, for local use)
coach-claude

# Start with SSE transport (for remote/daemon use)
coach-claude --transport sse --port 8787

# Custom host binding (default: 127.0.0.1)
coach-claude --transport sse --host 0.0.0.0 --port 8787

MCP Configuration (stdio)

For local use, add to your ~/.claude/settings.json:

{
  "mcpServers": {
    "coach-claude": {
      "command": "coach-claude"
    }
  }
}

MCP Configuration (SSE) - For Devcontainers

Run the server as a daemon on your host machine, then configure devcontainers to connect via SSE:

On host machine:

# Run as a background daemon
coach-claude --transport sse --port 8787 &

In devcontainer ~/.claude/settings.json:

{
  "mcpServers": {
    "coach-claude": {
      "url": "http://host.docker.internal:8787/sse"
    }
  }
}

This allows all your devcontainers to share the same workout/water tracking database on your host machine.

Available Tools

  • log_water(amount, unit?) - Log water intake
  • log_workout(type, name, duration) - Log a workout
  • get_last_water() - Get last water intake
  • get_last_workout() - Get last workout
  • check_reminders() - Check what reminders are due
  • get_stats(period?) - Get statistics
  • update_config(key, value) - Update configuration
  • get_config(key?) - Get configuration

Development

# Install in development mode
pip install -e ".[dev]"

# Run tests
pytest

# Format code
black src/
ruff check src/

License

Apache 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coach_claude-1.0.0.tar.gz (31.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

coach_claude-1.0.0-py3-none-any.whl (31.4 kB view details)

Uploaded Python 3

File details

Details for the file coach_claude-1.0.0.tar.gz.

File metadata

  • Download URL: coach_claude-1.0.0.tar.gz
  • Upload date:
  • Size: 31.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coach_claude-1.0.0.tar.gz
Algorithm Hash digest
SHA256 285099c1282c35f107be09a3fba6e047fb66e057c2399c6162ea342dd7b6adf6
MD5 f49043064cc356bc3541e3569d2d0a45
BLAKE2b-256 6d1efab8f9daa1564259f26b5e1269e8d557fef013d03bb123af636715816692

See more details on using hashes here.

Provenance

The following attestation bundles were made for coach_claude-1.0.0.tar.gz:

Publisher: publish.yml on ClutchEngineering/coach-claude

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coach_claude-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: coach_claude-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 31.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coach_claude-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f51a623de562bb6bcab110fe9993d40a47cac7c707686c5c4917c62e72965ea0
MD5 7074fa464534eead1ca05213b8622e77
BLAKE2b-256 257ceaae27d63d252f01a92c3015f6fe6b97637a7fcea97763689647bbbf8436

See more details on using hashes here.

Provenance

The following attestation bundles were made for coach_claude-1.0.0-py3-none-any.whl:

Publisher: publish.yml on ClutchEngineering/coach-claude

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page