Command Palette

Search for a command to run...

Home / Servers

magic

by polterguy

Magic Cloud — Open Source, Self-Hosted AI App Builder and AI Agent Platform

Turn plain English into a working full-stack app — database, secure API, business logic, and frontend — running on your own hardware, with zero lock-in. An open-source alternative to Lovable, Bolt, and Replit that gives you the whole backend, plus an MCP server that turns every endpoint into a tool for Claude, Cursor, or Codex.

License: MIT Stars .NET Dashboard Docker Pulls PRs Welcome

Run it in 60 seconds

curl -fsSL https://hyperlambda.dev/docker-compose.yaml | docker compose -f - up

Then open localhost:5555, point it at localhost:4444, and log in with root / root.

Editing a Hyperlambda endpoint in Hyper IDE and executing it, returning JSON in 8 milliseconds

Open any file on your server, execute it without a build or deploy step, and get the response back — parametrised, in milliseconds.

If this saves you time, star the repo — it's the main way other developers find it.

What you can build

  • Full-stack business apps — CRM systems, admin panels, booking systems, internal tools; database, secure API and frontend generated from natural language
  • Database-driven AI agents — agents that query and update your database and invoke your endpoints, behind your own role-based access control
  • AI chatbots and expert systems — crawl a website, get an embeddable chatbot grounded in your own content
  • Secure APIs over legacy databases — point it at an existing MySQL, PostgreSQL, SQL Server or MariaDB schema and get a CRUD API in seconds
  • MCP tool servers — expose your endpoints to Claude, Cursor, Codex, Qoder or any MCP client
  • Background jobs and automation — scheduled tasks written in Hyperlambda, or generated from a plain English description
  • Static sites and SPAs — your cloudlet serves files directly, next to the APIs powering them

How it compares

Magic CloudLovable / Boltn8n / Zapier / Make
LicenseMIT, fully open sourceProprietaryMixed
Self-hostableYes — your hardware, your dataNoPartly
Backend includedDatabase, API, auth, RBAC, jobsFrontend + third-party BaaSWorkflows only
Deploy step before you can testNone — save and runDeploy to third parties firstPublish step
Execution modelCompiled .NET runtimeInterprets JSON/YAML workflows
MCP serverBuilt inNoNo
Vendor lock-inNoneYesYes

The LLM that cannot hallucinate functions

Magic runs Hyperlambda, which can be generated by our own proprietary LLM. Because we generate an AST rather than text, the output is analysed and rejected if it contains functions that don't exist. The Hyperlambda Generator cannot return hallucinated function invocations — like any LLM it can still write logically wrong code, but every function it invokes is guaranteed to exist.

Combined with the ability to restrict the vocabulary, this lets you ship AI agents that grow their own tool space on demand, without widening your attack surface.

Unique security model

Related servers

n8n

Updated today

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

199,260

mcp-server-git

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

89,176

mcp-server-fetch

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

89,176

@modelcontextprotocol/server-everything

OfficialUpdated today

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

89,176