Skip to content
Cline

ouramcp for Cline

io.github.davidmosiah/ouramcp

Privacy-first, unofficial Oura MCP server for AI health, sleep, activity and heart-rate agents.

client:Cline transport:stdio runtime:npm

Install ouramcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "ouramcp": {
      "command": "npx",
      "args": [
        "-y",
        "oura-mcp-unofficial"
      ],
      "env": {
        "OURA_CLIENT_ID": "<OURA_CLIENT_ID>",
        "OURA_CLIENT_SECRET": "<OURA_CLIENT_SECRET>",
        "OURA_REDIRECT_URI": "<OURA_REDIRECT_URI>",
        "OURA_TOKEN_PATH": "<OURA_TOKEN_PATH>",
        "OURA_PRIVACY_MODE": "<OURA_PRIVACY_MODE>",
        "OURA_CACHE": "<OURA_CACHE>",
        "OURA_CACHE_PATH": "<OURA_CACHE_PATH>",
        "OURA_NO_CACHE": "<OURA_NO_CACHE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ouramcp in other clients