Skip to content
Zed

ouramcp for Zed

io.github.davidmosiah/ouramcp

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

client:Zed transport:stdio runtime:npm

Install ouramcp 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": {
    "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>"
      }
    }
  }
}

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

ouramcp in other clients