HealthEx logo

HealthEx

Health records and personalized insights

About HealthEx

HealthEx is a patient-controlled health data platform. Its remote MCP server securely connects health records to assistant workflows so users can ask questions grounded in their medical information and receive more personalized health-management insights.

Connection details

https://api.healthex.io/mcp
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add healthex --transport http https://api.healthex.io/mcp

Frequently asked questions

What is the HealthEx remote MCP server?

The HealthEx remote MCP server is a hosted Model Context Protocol endpoint at https://api.healthex.io/mcp, so AI assistants can connect to it without installing or running anything locally. HealthEx is a patient-controlled health data platform. Its remote MCP server securely connects health records to assistant workflows so users can ask questions grounded in their medical information and receive more personalized health-management insights.

How do I connect to the HealthEx MCP server?

Add the endpoint https://api.healthex.io/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the HealthEx MCP server require authentication?

Yes. HealthEx uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the HealthEx MCP server use?

HealthEx exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers