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.1.tar.gz (35.6 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.1-py3-none-any.whl (34.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: coach_claude-1.0.1.tar.gz
  • Upload date:
  • Size: 35.6 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.1.tar.gz
Algorithm Hash digest
SHA256 87bcf55140d40475fa3be24dc52cf99b318c6c44df196744cefddfae2db55a39
MD5 56d85ac23479a0110f88302a39b178fa
BLAKE2b-256 cb66bfba97ac5cefee31c4d8af57f55afba7e4800cb821095e63e3deea3f78ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for coach_claude-1.0.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: coach_claude-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 34.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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 198efd4c28a156a86108d6d1961c728afce3045775538a62466b416138f0a172
MD5 048563c84afea4bcb250719ab7ba518c
BLAKE2b-256 61f1103f4287a8e71f7221740cad7700c9eb5c44ce408642d7c7746c4e273eec

See more details on using hashes here.

Provenance

The following attestation bundles were made for coach_claude-1.0.1-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