Antrenör MCP
Antrenör MCP — 실험 / 학습 프로젝트
이것은 프로덕션이 아닙니다. 메인 Antrenör 애플리케이션의 MCP(Model Context Protocol) 버전을 실험하기 위해 만든 사이드 프로젝트입니다. 목적: MCP 아키텍처를 배우고, 메인 프로젝트에 통합되었을 때 어떻게 보일지 보여주는 것입니다.
아키텍처
mcp_servers/data/demo.db (SQLite — uydurma seed veri)
↑ ↑
MCP server'lar Streamlit
(Claude Desktop) (localhost:8501)핵심 아이디어: 하나의 데이터 소스, 두 개의 다른 클라이언트 — 하나는 대화형(Claude Desktop + MCP), 하나는 시각적(Streamlit).
Related MCP server: fitness-mcp-server
메인 프로젝트와의 차이점
Ana Proje (üretim) | Bu Deney | |
모델 접근 | 푸시 모델 — Worker가 프롬프트에 컨텍스트를 붙여넣음 | 풀 모델 — Claude가 MCP 서버에서 가져옴 |
클라이언트 | iOS + Streamlit | Claude Desktop + Streamlit |
배포 | Cloudflare Workers + D1 | 로컬 Python |
데이터 소스 | 실제 Garmin API | 가상의 SQLite 시드 |
목적 | 사용자에게 가치 창출 | 아키텍처 학습/시연 |
MCP 서버들
garmin — 활동 기록, 웰니스, 심박수 구역 분포, 주간 부하 (SQLite에서)
pain — 통증 기록 + 새 통증 로깅 (SQLite에 INSERT)
coach-rules —
coach-principles.md+pain-rubric.md프롬프트 템플릿으로
자세한 내용 및 API: mcp_servers/README.md
빠른 시작
# 1. Bağımlılıklar
python3.11 -m venv .venv
.venv/bin/pip install -r requirements.txt
# 2. DB seed
.venv/bin/python -m mcp_servers.data.seed
# 3. Claude Desktop config kur
cp mcp_servers/claude_desktop_config.example.json \
"$HOME/Library/Application Support/Claude/claude_desktop_config.json"
# 4. Claude Desktop'ı restart (Cmd+Q sonra yeniden aç)
# 5. Streamlit dashboard (opsiyonel, görsel demo için — port 8502, ana projenin 8501 ile çakışmaz)
.venv/bin/streamlit run streamlit_demo/app.py --server.port 8502데모 시나리오
발표에 사용할 3가지 시나리오 및 흐름: DEMO.md
폴더 구조
antrenör_mcp/
├── mcp_servers/
│ ├── garmin/server.py Aktivite + wellness + zone MCP
│ ├── pain/server.py Ağrı geçmişi + log_pain tool
│ ├── coach_rules/server.py Prensipler + rubric prompt template
│ ├── data/seed.py DB seed script
│ ├── data/demo.db SQLite (git'e girmez)
│ └── claude_desktop_config.example.json
├── streamlit_demo/app.py 3 tab dashboard
├── docs/
│ ├── coach-principles.md Zone 2, shin, deload kuralları
│ └── pain-rubric.md 0-10 ağrı ölçeği
├── DEMO.md Sunum senaryosu
└── requirements.txtThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceEnables Claude to access and query your Garmin Connect data, including sleep, activities, training load, and health metrics, through a set of read-only MCP tools.181MIT
- Flicense-qualityDmaintenanceProvides MCP servers for Claude to access fitness data from Strava and intervals.icu, enabling natural language queries for activity analysis, advanced training metrics, and wellness tracking.1
- Flicense-qualityDmaintenanceEnables users to query WHOOP health data including recovery, sleep, workouts, and cycles through Claude Desktop using MCP tools.
- Flicense-qualityCmaintenanceEnables workout tracking and coaching within Claude conversations, managing exercise configs, logs, streaks, and health metrics via an MCP server with PostgreSQL.
Related MCP Connectors
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seselcuk/antrenor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server