- Home
- MCP servers
- Heim
Heim
- typescript
0
GitHub Stars
typescript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"nor2-io-heim-mcp": {
"command": "npx",
"args": [
"-y",
"@nor2/heim-mcp@latest"
]
}
}
}You have a Model Context Protocol (MCP) server for Heim that lets AI agents create, deploy, and manage Heim applications through natural language commands. It provides practical, hands-on capabilities to interact with Heim from your MCP-enabled client, enabling streamlined application creation from OpenAPI specs, local or cloud deployment, and runtime management.
How to use
Use MCP clients to connect to the Heim MCP server and access the available tools. With a connected MCP client, you can: create new Heim applications from OpenAPI specifications, deploy them locally or to the cloud, and manage the Heim runtime. The two connection methods below cover both remote and local execution scenarios.
How to install
Prerequisites: you need Node.js installed on your system to run MCP commands via npx.
# Install and run the Heim MCP server client globally (per session)
npx -y @nor2/heim-mcp@latest
Additional setup and tips
You can configure the Heim MCP server in two ways. The HTTP approach connects to a running Heim MCP endpoint, while the local stdio approach runs the MCP client locally to communicate with the Heim MCP server.
Troubleshooting and notes
If you experience issues starting or connecting to Heim MCP, ensure the Heim runtime is available at the expected address and that your MCP client is pointed to the correct endpoint. Common checks include verifying that the local Heim runtime is running and that the MCP client command matches the configured setup in your environment.
Available tools
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 (accessible 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.