Skip to content
Zed

oura mcp for Zed

io.github.proscar87/oura-mcp

The Oura v2 API as an MCP server. Paginates, fixes the date range, warns when data is missing.

client:Zed transport:stdio runtime:pypi

Install oura 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-mcp": {
      "command": "uvx",
      "args": [
        "mcp-oura"
      ],
      "env": {
        "OURA_SANDBOX": "<OURA_SANDBOX>",
        "OURA_CLIENT_ID": "<OURA_CLIENT_ID>",
        "OURA_CLIENT_SECRET": "<OURA_CLIENT_SECRET>",
        "OURA_CREDENTIALS": "<OURA_CREDENTIALS>",
        "OURA_PAT": "<OURA_PAT>",
        "OURA_PAT_FILE": "<OURA_PAT_FILE>"
      }
    }
  }
}

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

oura mcp in other clients