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.
Available Tools
Tool | Description |
---|---|
new_heim_application | Creates a new Heim application from an OpenAPI 3.0.1 specification |
deploy_heim_application | Deploys an application to the local Heim runtime (available at http://127.0.0.1:3000) |
deploy_heim_application_to_cloud | Deploys an application to Heim cloud |
start_heim | Starts the Heim runtime to handle deployment requests |
clear_heim | Clears the local cache and stops the Heim runtime |
update_heim | 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
>MCP
- Click
+ Add New MCP Server
- Fill in the form:
- Name:
Heim
(or any name you prefer) - Type:
command
- Command:
npx -y @nor2/heim-mcp@latest
- Name:
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 Tools
in 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:
License
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A MCP server do create and deploy backend applications using https://heim.dev
Related MCP Servers
- -securityAlicense-qualityA secure MCP (Model Context Protocol) server hosted on Google Cloud Run that enables team collaboration by providing authenticated access via Google Cloud IAM, allowing teams to share custom MCP servers over the internet before official MCP authentication is implemented.Last updated -21TypeScriptMIT License
- AsecurityFlicenseAqualityA specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.Last updated -82TypeScript
- -securityAlicense-qualityAn MCP server that helps novice developers deploy web applications through conversational interfaces, bridging the gap between LLMs and various hosting environments.Last updated -1PythonMIT License
Pipedreamofficial
-securityFlicense-qualityRun your own MCP server for over 2,500 apps and APIs. * Run your own MCP server for over 2,500 APIs * Manage servers for your users, in your own app. * Connect accounts, configure params, and make API requests, all via tools * Fully-managed OAuth and credential storage )Last updated -19810,139JavaScript