Skip to content
Zed

oura ring mcp for Zed

io.github.mitchhankins01/oura-ring-mcp

Connect your Oura Ring to Claude AI assistants. Health metrics with smart analysis tools.

client:Zed transport:stdio runtime:npm

Install oura ring mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "oura-ring-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "oura-ring-mcp"
      ],
      "env": {
        "OURA_ACCESS_TOKEN": "<OURA_ACCESS_TOKEN>",
        "OURA_CLIENT_ID": "<OURA_CLIENT_ID>",
        "OURA_CLIENT_SECRET": "<OURA_CLIENT_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

oura ring mcp in other clients