Skip to main content
Glama

Heim MCP

by Nor2-io

deploy_heim_application

Deploys applications to a local Heim runtime using 'heim deploy' command, making them accessible at http://127.0.0.1:3000 with paths defined in the OpenAPI specification.

Instructions

Runs 'heim deploy' command to deploy an application to a local Heim runtime. Which will make the application availible on http://127.0.0.1:3000<PATH> where <PATH> is the path defined in your OpenAPI specification

Input Schema

NameRequiredDescriptionDefault
pathNoAbsolute windows path to the application folder root

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "Absolute windows path to the application folder root", "type": "string" } }, "type": "object" }

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