Enables installation and execution of the MCP server through npx, allowing users to run the Heim MCP server without installing it permanently.
Supports development workflows for the MCP server itself, including installing dependencies and building the server.
Heim MCP
Model Context Protocol server for Heim application deployment and management.
Overview
This MCP server allows AI agents like Claude Desktop, Cursor, Windsurf, and others to create, deploy, and manage Heim applications directly through natural language commands.
Purpose You can directly ask the AI to create new Heim applications from OpenAPI specifications, deploy them locally or to the cloud, and manage the Heim runtime.
What is Heim? Heim is a platform for creating and deploying backend applications.
Related MCP server: MCP Maker
Available Tools
Tool | Description |
| Creates a new Heim application from an OpenAPI 3.0.1 specification |
| Deploys an application to the local Heim runtime (available at ) |
| Deploys an application to Heim cloud |
| Starts the Heim runtime to handle deployment requests |
| Clears the local cache and stops the Heim runtime |
| Updates Heim to the latest version |
Using with Cursor
Installation - Globally
Run the MCP server using npx:
In your Cursor IDE
Go to
Cursor Settings>MCPClick
+ Add New MCP ServerFill in the form:
Name:
Heim(or any name you prefer)Type:
commandCommand:
npx -y @nor2/heim-mcp@latest
Installation - Project-specific
Add an .cursor/mcp.json file to your project:
Usage
Once configured, the Heim tools will be automatically available to the Cursor AI Agent. You can:
Ask the AI to create new applications from OpenAPI specs
Deploy applications locally or to the cloud
Manage the Heim runtime
The tools will be listed under
Available Toolsin MCP settings
Using with Roo Code
Access the MCP settings by clicking "Edit MCP Settings" in Roo Code settings or using the "Roo Code: Open MCP Config" command in VS Code's command palette.
Prerequisites
Before using this MCP server, you need to have Heim installed on your system. You can install it by following the instructions at https://heim.dev/releases/.
Development
Debugging the Server
To debug your server, you can use the MCP Inspector.
First build the server:
Run the following command in your terminal: