{"id":51040090,"url":"https://github.com/nor2-io/heim-mcp","last_synced_at":"2026-06-22T10:00:58.191Z","repository":{"id":307641718,"uuid":"1030172653","full_name":"Nor2-io/heim-mcp","owner":"Nor2-io","description":"Heim MCP Server","archived":false,"fork":false,"pushed_at":"2026-03-23T09:31:13.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T11:25:45.771Z","etag":null,"topics":["container-like","faas","faas-platform","heim","mcp","serverless","wasm","webassembly"],"latest_commit_sha":null,"homepage":"https://heim.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nor2-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-01T07:47:10.000Z","updated_at":"2026-03-23T09:31:18.000Z","dependencies_parsed_at":"2025-08-01T12:04:03.579Z","dependency_job_id":null,"html_url":"https://github.com/Nor2-io/heim-mcp","commit_stats":null,"previous_names":["nor2-io/heim-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nor2-io/heim-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nor2-io%2Fheim-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nor2-io%2Fheim-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nor2-io%2Fheim-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nor2-io%2Fheim-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nor2-io","download_url":"https://codeload.github.com/Nor2-io/heim-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nor2-io%2Fheim-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34643624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["container-like","faas","faas-platform","heim","mcp","serverless","wasm","webassembly"],"created_at":"2026-06-22T10:00:56.891Z","updated_at":"2026-06-22T10:00:58.132Z","avatar_url":"https://github.com/Nor2-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heim MCP\n\n[Model Context Protocol](https://modelcontextprotocol.io) server for Heim application deployment and management.\n\n## Overview\n\nThis MCP server allows AI agents like Claude Desktop, Cursor, Windsurf, and others to create, deploy, and manage Heim applications directly through natural language commands.\n\n**Purpose**\nYou 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.\n\n**What is Heim?**\nHeim is a platform for creating and deploying backend applications.\n\n## Available Tools\n\n| Tool                                | Description                                                                                    |\n| ----------------------------------- | ---------------------------------------------------------------------------------------------- |\n| `new_heim_application`              | Creates a new Heim application from an OpenAPI 3.0.1 specification                            |\n| `deploy_heim_application`           | Deploys an application to the local Heim runtime (available at http://127.0.0.1:3000)         |\n| `deploy_heim_application_to_cloud`  | Deploys an application to Heim cloud                                                          |\n| `start_heim`                        | Starts the Heim runtime to handle deployment requests                                          |\n| `clear_heim`                        | Clears the local cache and stops the Heim runtime                                             |\n| `update_heim`                       | Updates Heim to the latest version                                                            |\n\n## Using with Cursor\n\n**Installation - Globally**\n\nRun the MCP server using npx:\n\n```bash\nnpx -y @nor2/heim-mcp@latest\n```\n\nIn your Cursor IDE\n\n1. Go to `Cursor Settings` \u003e `MCP`\n2. Click `+ Add New MCP Server`\n3. Fill in the form:\n   - Name: `Heim` (or any name you prefer)\n   - Type: `command`\n   - Command: `npx -y @nor2/heim-mcp@latest`\n\n**Installation - Project-specific**\n\nAdd an `.cursor/mcp.json` file to your project:\n\n```json\n{\n  \"mcpServers\": {\n    \"heim\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@nor2/heim-mcp@latest\"\n      ]\n    }\n  }\n}\n```\n\n**Usage**\n\nOnce configured, the Heim tools will be automatically available to the Cursor AI Agent. You can:\n\n1. Ask the AI to create new applications from OpenAPI specs\n2. Deploy applications locally or to the cloud\n3. Manage the Heim runtime\n4. The tools will be listed under `Available Tools` in MCP settings\n\n## Using with Roo Code\n\nAccess 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.\n\n```json\n{\n  \"mcpServers\": {\n    \"heim\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@nor2/heim-mcp@latest\"\n      ]\n    }\n  }\n}\n```\n\n## Prerequisites\n\nBefore 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/](https://heim.dev/releases/).\n\n## Development\n\n```bash\n# Install dependencies\npnpm install\n\n# Build\npnpm build\n```\n\n## Debugging the Server\n\nTo debug your server, you can use the [MCP Inspector](https://github.com/modelcontextprotocol/inspector).\n\nFirst build the server:\n\n```bash\npnpm build\n```\n\nRun the following command in your terminal:\n\n```bash\n# Start MCP Inspector and server with all tools\nnpx @modelcontextprotocol/inspector node dist/index.js\n```\n\n## License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnor2-io%2Fheim-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnor2-io%2Fheim-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnor2-io%2Fheim-mcp/lists"}