oura-ring-python-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OURA_SCOPES | No | Scopes to request. Default: `email personal daily heartrate workout session spo2 stress`. | |
| OURA_TIMEZONE | No | Your IANA time zone (e.g., `Europe/London`) so 'today' matches Oura's days. Default: the machine's time zone (UTC in Docker). | |
| OURA_CLIENT_ID | Yes | Client ID of your Oura API application (required). | |
| OURA_TOKEN_FILE | No | Where `auth` saves the tokens and the server reads them. Default: `~/.config/oura-ring-mcp/tokens.json` (under `$XDG_CONFIG_HOME` if set). | |
| LANGFUSE_BASE_URL | No | Langfuse URL for self-hosted or regional instances. Default: Langfuse Cloud. | |
| OURA_REDIRECT_URI | No | Must match a redirect URI of the application exactly. Default: `http://localhost:47651/callback`. | |
| OURA_CLIENT_SECRET | Yes | Client secret of your Oura API application (required). | |
| LANGFUSE_PUBLIC_KEY | No | Langfuse public key. Tracing is on only when both LANGFUSE_PUBLIC_KEY and LANGFUSE_SECRET_KEY are set. | |
| LANGFUSE_SECRET_KEY | No | Langfuse secret key. Tracing is on only when both LANGFUSE_PUBLIC_KEY and LANGFUSE_SECRET_KEY are set. | |
| LANGFUSE_CAPTURE_DATA | No | Set to `true` to include tool inputs, outputs and error messages in Langfuse traces. Default: `false`. |
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 | |