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.1.0.tar.gz (37.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.1.0-py3-none-any.whl (36.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: coach_claude-1.1.0.tar.gz
  • Upload date:
  • Size: 37.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.1.0.tar.gz
Algorithm Hash digest
SHA256 cf58daa5183d4522f290182770748f33be7ef2b166654006e3047adbafb2f1af
MD5 f856a161b5df09fdb5d9572741063301
BLAKE2b-256 0de4d58b8e17315161ef71569c762d1bb917957c3a3bd9633dd34527472a1f88

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: coach_claude-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 36.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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b0ecbde06c44b1f15a987be839940b701f06c062ba0bfd1a280bab2fa16c0f9a
MD5 f87513575c2b941f72cb9b32c59c14ba
BLAKE2b-256 6a8eb99574a99837f7d223b82417379330cb82584fb34c5f1f98bcb898a1a695

See more details on using hashes here.

Provenance

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