Skip to main content
Glama

Heim MCP

by Nor2-io

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

ToolDescription
new_heim_applicationCreates a new Heim application from an OpenAPI 3.0.1 specification
deploy_heim_applicationDeploys an application to the local Heim runtime (available at http://127.0.0.1:3000)
deploy_heim_application_to_cloudDeploys an application to Heim cloud
start_heimStarts the Heim runtime to handle deployment requests
clear_heimClears the local cache and stops the Heim runtime
update_heimUpdates Heim to the latest version

Using with Cursor

Installation - Globally

Run the MCP server using npx:

npx -y @nor2/heim-mcp@latest

In your Cursor IDE

  1. Go to Cursor Settings > MCP
  2. Click + Add New MCP Server
  3. Fill in the form:
    • Name: Heim (or any name you prefer)
    • Type: command
    • Command: npx -y @nor2/heim-mcp@latest

Installation - Project-specific

Add an .cursor/mcp.json file to your project:

{ "mcpServers": { "heim": { "command": "npx", "args": [ "-y", "@nor2/heim-mcp@latest" ] } } }

Usage

Once configured, the Heim tools will be automatically available to the Cursor AI Agent. You can:

  1. Ask the AI to create new applications from OpenAPI specs
  2. Deploy applications locally or to the cloud
  3. Manage the Heim runtime
  4. 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.

{ "mcpServers": { "heim": { "command": "npx", "args": [ "-y", "@nor2/heim-mcp@latest" ] } } }

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

# Install dependencies pnpm install # Build pnpm build

Debugging the Server

To debug your server, you can use the MCP Inspector.

First build the server:

pnpm build

Run the following command in your terminal:

# Start MCP Inspector and server with all tools npx @modelcontextprotocol/inspector node dist/index.js

License

MIT

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

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

  1. Overview
    1. Available Tools
      1. Using with Cursor
        1. Using with Roo Code
          1. Prerequisites
            1. Development
              1. Debugging the Server
                1. License

                  Related MCP Servers

                  • -
                    security
                    A
                    license
                    -
                    quality
                    A 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 -
                    21
                    TypeScript
                    MIT License
                  • A
                    security
                    F
                    license
                    A
                    quality
                    A 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 -
                    8
                    2
                    TypeScript
                  • -
                    security
                    A
                    license
                    -
                    quality
                    An MCP server that helps novice developers deploy web applications through conversational interfaces, bridging the gap between LLMs and various hosting environments.
                    Last updated -
                    1
                    Python
                    MIT License
                    • Apple
                  • -
                    security
                    F
                    license
                    -
                    quality
                    Run 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 -
                    198
                    10,139
                    JavaScript
                    • Linux
                    • Apple

                  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/Nor2-io/heim-mcp'

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