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 intakelog_workout(type, name, duration)- Log a workoutget_last_water()- Get last water intakeget_last_workout()- Get last workoutcheck_reminders()- Check what reminders are dueget_stats(period?)- Get statisticsupdate_config(key, value)- Update configurationget_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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87bcf55140d40475fa3be24dc52cf99b318c6c44df196744cefddfae2db55a39
|
|
| MD5 |
56d85ac23479a0110f88302a39b178fa
|
|
| BLAKE2b-256 |
cb66bfba97ac5cefee31c4d8af57f55afba7e4800cb821095e63e3deea3f78ca
|
Provenance
The following attestation bundles were made for coach_claude-1.0.1.tar.gz:
Publisher:
publish.yml on ClutchEngineering/coach-claude
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coach_claude-1.0.1.tar.gz -
Subject digest:
87bcf55140d40475fa3be24dc52cf99b318c6c44df196744cefddfae2db55a39 - Sigstore transparency entry: 760462309
- Sigstore integration time:
-
Permalink:
ClutchEngineering/coach-claude@c1c437ef180ac1e4bdbbc35b2afbf4aef1c5e003 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/ClutchEngineering
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@c1c437ef180ac1e4bdbbc35b2afbf4aef1c5e003 -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
198efd4c28a156a86108d6d1961c728afce3045775538a62466b416138f0a172
|
|
| MD5 |
048563c84afea4bcb250719ab7ba518c
|
|
| BLAKE2b-256 |
61f1103f4287a8e71f7221740cad7700c9eb5c44ce408642d7c7746c4e273eec
|
Provenance
The following attestation bundles were made for coach_claude-1.0.1-py3-none-any.whl:
Publisher:
publish.yml on ClutchEngineering/coach-claude
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coach_claude-1.0.1-py3-none-any.whl -
Subject digest:
198efd4c28a156a86108d6d1961c728afce3045775538a62466b416138f0a172 - Sigstore transparency entry: 760462310
- Sigstore integration time:
-
Permalink:
ClutchEngineering/coach-claude@c1c437ef180ac1e4bdbbc35b2afbf4aef1c5e003 -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/ClutchEngineering
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@c1c437ef180ac1e4bdbbc35b2afbf4aef1c5e003 -
Trigger Event:
push
-
Statement type: