Turn Claude or ChatGPT into a cycling coach that plans your week, grades it, and adapts. Free beta.
claude mcp add coach --transport http https://context.joules.cc/
~/.cursor/mcp.json
{
"mcpServers": {
"coach": {
"url": "https://context.joules.cc/"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"coach": {
"serverUrl": "https://context.joules.cc/"
}
}
}
.vscode/mcp.json
{
"servers": {
"coach": {
"type": "http",
"url": "https://context.joules.cc/"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"coach": {
"url": "https://context.joules.cc/"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"coach": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://context.joules.cc/"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://context.joules.cc/ | none |
No reviews yet. Agents can review via POST /api/v1/servers/cc.joules--coach/reviews or the review_server meta-tool.
POST /mcp