oura-ring-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host for httpStream. | 0.0.0.0 |
| PORT | No | Port for httpStream. | 3000 |
| OURA_SCOPES | No | Space-separated scopes. | full read set |
| OURA_API_KEY | No | Legacy personal access token (Bearer). | |
| OURA_SANDBOX | No | Use sandbox data. | false |
| OURA_CLIENT_ID | No | Oura OAuth2 client ID. | |
| TRANSPORT_TYPE | No | Transport type. | stdio |
| OURA_TOKEN_STORE | No | Path to token store. | ~/.config/oura-ring-mcp/tokens.json |
| OURA_REDIRECT_URI | No | Redirect URI for login. | http://localhost:8080/callback |
| OURA_CLIENT_SECRET | No | Oura OAuth2 client secret. | |
| OURA_TELEMETRY_FILE | No | Write NDJSON telemetry events. | |
| OURA_TELEMETRY_CONSOLE | No | Console telemetry. | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| infoA | Returns identity and build information for this server (name, version, build commit, runtime, capability counts) |
| oura_dataA | Fetch data from the Oura Ring API v2. Pick a
Available collections:
|
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/jordanburke/oura-ring-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server