Skip to main content
Glama

Theta Health MCP

by theta4ai
MIT License

Theta Health MCP Server

Connect your Health Data to Cursor, Claude, Windsurf, and other AI assistants.

The Model Context Protocol (MCP) standardizes how Large Language Models (LLMs) talk to external services like Theta Health. It connects AI assistants directly with your Theta Health project and allows them to perform tasks like managing tables, fetching config, and querying data. See the full list of tools.

Prerequisites

You will need Node.js installed on your machine. You can check this by running:

node -v

If you don't have Node.js installed, you can download it from nodejs.org.

Setup

1. Configure MCP client

Next, configure your MCP client (such as Cursor) to use this server. Most MCP clients store the configuration as JSON in the following format:

{ "mcpServers": { "Theta Health": { "command": "npx", "args": [ "-y", "theta_health_mcp" ] } } }

You will need to login in with oauth2.0 for the first time.

if you have Theta Token, you can set it in the env variable.

{ "mcpServers": { "Theta Health": { "command": "npx", "args": [ "-y", "theta_health_mcp" ], "env": { "THETA_HEALTH_TOKEN": "<theta-token>" } } } }

Tools

  • get_medical_records: Retrieve medical records including blood tests, laboratory results and clinical measurements
  • get_functional_records: Retrieve functional examination records including urinalysis, stool examination, pulmonary function, immunology, physical examination, ultrasound, electrocardiogram, etc.
  • get_device_data: Retrieve device-generated health data including sleep, heart rate, blood pressure, blood oxygen, exercise, steps, etc.
  • get_user_health_profile: Retrieve user health profile information including basic demographics, health status overview, and health data type statistics.
  • get_all_indicators: Retrieve all available medical, functional and device indicators list with data volume and available time periods.

Resources

License

This project is licensed under MIT. See the LICENSE file for details.

-
security - not tested
A
license - permissive license
-
quality - not tested

Theta Health MCP is a HIPAA-complaint intelligent memory layer for your health data — ready to plug into Cursor, Claude, and any AI agent. Query health data and ask health questions directly in your dev workflow.

  1. Prerequisites
    1. Setup
      1. Configure MCP client
    2. Tools
      1. Resources
        1. License

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server implementation that enables interaction with the Letta API for managing agents, memory blocks, and tools in the Letta system.
            Last updated -
            9
            20
            JavaScript
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            MCP Server for Google Cloud Healthcare API enables Agentic AI for a variety of FHIR-based digital health solutions, from smarter clinical workflows for Health Systems to Pre-Auth frameworks for Payers!
            Last updated -
            15
            3
            JavaScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            Suncture Healthcare MCP provides a set of specialized healthcare tools that can be integrated with AI models to enhance their capabilities in delivering accurate, reliable healthcare information and guidance.
            Last updated -
            TypeScript
            MIT License
          • Atlaofficial

            A
            security
            A
            license
            A
            quality
            The Atla MCP Server provides a standardized interface for LLMs to interact with the Atla API for state-of-the-art LLMJ evaluation.
            Last updated -
            2
            5
            Python
            MIT License
            • Apple
            • Linux

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/theta4ai/theta-health-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server