fitness-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Internal HTTP port. | 3000 |
| LOG_LEVEL | No | Logging level. | info |
| LYFTA_API_KEY | No | Lyfta API key used as Bearer token for the Lyfta side. | |
| MCP_AUTH_MODE | No | Authentication mode for the MCP server: 'oauth' (default), 'bearer', or 'none' (development only). | oauth |
| LYFTA_BASE_URL | No | Base URL for the Lyfta API. | https://my.lyfta.app |
| YAZIO_PASSWORD | No | Yazio account password. | |
| YAZIO_USERNAME | No | Yazio account username. | |
| CLAUDE_CLIENT_ID | No | Pre-registered Claude client ID. Required when OAUTH_DCR_ENABLED=false. | |
| MCP_ACCESS_TOKEN | No | Fixed bearer token for the /mcp endpoint when using MCP_AUTH_MODE=bearer. Must be at least 32 characters. | |
| OAUTH_ISSUER_URL | No | Public HTTPS URL of the OAuth issuer, without path. | https://fitness.alexisdechiara.fr |
| OAUTH_STORE_PATH | No | Path to the persistent OAuth store file. | /data/oauth-store.json |
| TRUST_PROXY_HOPS | No | Number of trusted proxy hops. | 0 |
| UPSTREAM_RETRIES | No | Number of temporary network retries. | 2 |
| MCP_ALLOWED_HOSTS | No | Allowed Host header values, comma-separated. | |
| OAUTH_DCR_ENABLED | No | Whether dynamic client registration (DCR) is enabled. If false, CLAUDE_CLIENT_ID and CLAUDE_CLIENT_SECRET are required. | true |
| OAUTH_RESOURCE_URL | No | The canonical audience URL, typically the issuer URL plus '/mcp'. | https://fitness.alexisdechiara.fr/mcp |
| MCP_ALLOWED_ORIGINS | No | Allowed origins for direct browser clients, comma-separated. | |
| UPSTREAM_TIMEOUT_MS | No | Timeout for upstream API calls in milliseconds. | 15000 |
| CLAUDE_CLIENT_SECRET | No | Secret for the pre-registered Claude client, at least 32 characters. Required when OAUTH_DCR_ENABLED=false. | |
| FITNESS_MAX_WORKOUTS | No | Maximum number of Lyfta workouts to paginate. | 1000 |
| UPSTREAM_CONCURRENCY | No | Parallelism for reading data by date. | 4 |
| FITNESS_ADMIN_PASSWORD | No | Password for the admin account, at least 16 characters (required for OAuth mode). | |
| FITNESS_ADMIN_USERNAME | No | Human account username for login/consent pages (required for OAuth mode). | |
| FITNESS_MAX_RANGE_DAYS | No | Maximum inclusive period in days. | 366 |
| OAUTH_MAX_DYNAMIC_CLIENTS | No | Maximum number of persisted dynamic clients (when DCR is enabled). | 100 |
| OAUTH_SESSION_TTL_SECONDS | No | Login/consent session lifetime in seconds. | 28800 |
| OAUTH_ALLOWED_REDIRECT_URIS | No | Allowed exact redirect URIs for OAuth, comma-separated. | |
| OAUTH_AUTH_CODE_TTL_SECONDS | No | Authorization code lifetime in seconds. | 90 |
| OAUTH_ACCESS_TOKEN_TTL_SECONDS | No | Access token lifetime in seconds. | 900 |
| OAUTH_REFRESH_TOKEN_TTL_SECONDS | No | Refresh token lifetime in seconds. | 2592000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/alexisdechiara/fitness-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server