Skip to content
Windsurf

Oura Ring for Windsurf

io.github.antvsl/oura-mcp

Sleep, readiness, HRV, resting heart rate, activity and stress from your Oura Ring

client:Windsurf transport:stdio runtime:pypi

Install Oura Ring in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "oura-mcp": {
      "command": "uvx",
      "args": [
        "my-oura-mcp"
      ],
      "env": {
        "OURA_CLIENT_ID": "<OURA_CLIENT_ID>",
        "OURA_CLIENT_SECRET": "<OURA_CLIENT_SECRET>",
        "OURA_REDIRECT_URI": "<OURA_REDIRECT_URI>",
        "OURA_API_MODE": "<OURA_API_MODE>",
        "OURA_TZ": "<OURA_TZ>",
        "OURA_TOKEN_STORE": "<OURA_TOKEN_STORE>",
        "OURA_PUBLIC_URL": "<OURA_PUBLIC_URL>",
        "OURA_OAUTH_ALLOWED_REDIRECT_ORIGINS": "<OURA_OAUTH_ALLOWED_REDIRECT_ORIGINS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Oura Ring in other clients