Skip to content
Cursor

ouramcp for Cursor

io.github.davidmosiah/ouramcp

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

client:Cursor transport:stdio runtime:npm

Install ouramcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "ouramcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ouramcp in other clients