Healthie Dev Assist
An AI-powered developer toolkit that connects Healthie's GraphQL API directly to AI assistants like Claude and Cursor, so developers can explore the schema and generate API code in plain language. Works out of the box in a sandbox environment with no API key required. Speeds up integration development without replacing the need to run API calls yourself.
Built by SE Team
The problem it solves
Building on any GraphQL API requires constantly cross-referencing documentation, exploring schema types, and hand-writing queries and mutations, which slows down integration timelines. Without a tool like this, developers spend significant time on manual schema exploration instead of building actual features.
What's included
- MCP server connecting Healthie's GraphQL schema to AI assistants like Claude, Cursor, and OpenAI-based tools
- Sandbox schema search and introspection with no API key required
- Live test queries and mutations against the API with a key
- Open-source setup and installation via GitHub
- Single-turn schema exploration and query generation
How it works
A developer installs Healthie Dev Assist locally and connects it to their AI assistant as an MCP server. Once connected, the AI assistant can search Healthie's GraphQL schema, look up type details, and run test queries or mutations directly in the sandbox environment.
Healthie Dev Assist is an AI-powered developer toolkit that connects Healthie's GraphQL API directly to AI assistants like Claude, Cursor, and OpenAI-based tools through the Model Context Protocol. It's built for developers building on Healthie's API, and requires Healthie's API product to write to a production environment, though sandbox use requires no API key at all. Developers install it locally and connect it to their AI assistant of choice, which can then search the schema, introspect types, and run test queries in the same conversation. It helps write and test API code, but a developer still needs to execute production calls through their own authenticated integration.