Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Oura Ring MCP Server
moon

Oura Ring MCP Server MCP Server

Sleep and readiness data from Oura

ourasleephealthwearables

About

## Oura Ring MCP Server: Sleep and Recovery Tracking The **Oura Ring MCP Server** integrates Oura Ring health data into Google Antigravity, enabling AI-assisted sleep analysis, readiness scoring, and activity tracking from your Oura smart ring. ### Why Oura Ring MCP? - **Sleep Quality**: Detailed sleep stage analysis with quality scores - **Readiness Score**: Daily readiness based on sleep, recovery, and activity - **Heart Rate Variability**: HRV tracking for stress and recovery insights - **Activity Tracking**: Daily movement and calorie tracking - **Body Temperature**: Continuous temperature monitoring for health insights ### Key Features #### 1. Sleep Analysis ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my sleep analysis with stages, efficiency, and quality score" }] ) ``` #### 2. Readiness Score ```python # Check readiness response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my readiness score and contributing factors for today" }] ) ``` #### 3. HRV Trends ```python # Analyze HRV response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my HRV trends over the past month and identify patterns" }] ) ``` #### 4. Activity Summary ```python # View activity response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show activity summary including steps, calories, and activity goal progress" }] ) ``` ### Configuration ```json { "mcpServers": { "oura-ring": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-oura"], "env": { "OURA_ACCESS_TOKEN": "your-access-token" } } } } ``` ### Use Cases **Sleep Optimization**: Analyze and improve sleep quality systematically. **Recovery Tracking**: Monitor readiness for optimal training decisions. **Stress Management**: Track HRV as an indicator of stress and recovery. **Health Monitoring**: Detect patterns through continuous health tracking. The Oura Ring MCP Server brings advanced recovery and sleep insights into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "oura-ring": {
      "mcpServers": {
        "oura": {
          "env": {
            "OURA_ACCESS_TOKEN": "YOUR_ACCESS_TOKEN"
          },
          "args": [
            "-y",
            "oura-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get personal access token from Oura
  2. 2Sleep and readiness metrics
  3. 3Resilience data

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers