74
/ 100
26 days ago
glama

oura-ring-mcp

Provides natural-language access to Oura health data through Claude, with a local SQLite mirror and MCP tools for analyzing patterns with personal annotations.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tests do not pass
Either the test suite is broken or the code regressed. Either way the published behaviour can’t be verified by the publisher’s own tests.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: HEALTH_IMPORT_TOKEN, OURA_CLIENT_SECRET, VOICE_LOG_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretHEALTH_IMPORT_TOKENecho "=$(openssl rand -hex 32)" >> .env
configOURA_CLIENT_IDRequired. From your Oura OAuth app.
🔐 secretOURA_CLIENT_SECRETRequired. From your Oura OAuth app.
configOURA_DB_PATH~/.config/oura-ring-mcp/data.sqlite SQLite database for synced data/annotations.
configOURA_DEBUGunset Set to 1 for verbose stderr logs.
configOURA_HEALTH_LOG_PATHrepo>/logs/health.log Append-only activity log for health imports.
configOURA_HEALTH_PORT8771 Port the health server listens on.
configOURA_MCP_ENTRY_PATHrepo>/dist/index.js MCP server entry the voice agent spawns.
configOURA_REDIRECT_URIChange the port in , update the same redirect URI in Oura's
configOURA_TOKEN_PATH~/.config/oura-ring-mcp/tokens.json OAuth token file.
configOURA_VOICE_LOG_PATHrepo>/logs/voice.log Append-only activity log for voice ingestion.
configOURA_VOICE_MODELunset (SDK default) Optional model override for the voice agent.
configOURA_VOICE_PORT8770 Port the voice server listens on.
🔐 secretVOICE_LOG_TOKENecho "=$(openssl rand -hex 32)" >> .env
configXDG_CONFIG_HOME
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/felixwag-oura-ring-mcp-1v3xuy)](https://m8ven.ai/mcp/felixwag-oura-ring-mcp-1v3xuy)
commit: 01b59d2ef5e8b7956cc33d1a27997bb9cb482dde
code hash: 25a4b498c0aa7c764808787ae6ac3f370f0856c3c3d8d2d89eb353b3b015b866
verified: 6/15/2026, 12:57:07 PM
view raw JSON →