Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Founden

FreeNot checked

Build your company over chat — website, app, and admin built in the cloud with one API key.

GitHubEmbed

About

Build your company over chat — website, app, and admin built in the cloud with one API key.

README

MCP server for Founden. Build and iterate on a real software company through any MCP-compatible AI agent (Claude Desktop, Cursor, VS Code, ChatGPT), without keeping a browser open. Describe the business; Founden builds it in the cloud and returns a live preview URL.

Install

Claude Desktop / Cursor (mcp.json):

{
  "mcpServers": {
    "founden": {
      "command": "npx",
      "args": ["-y", "founden-mcp"],
      "env": { "FOUNDEN_API_KEY": "omk_your_key" }
    }
  }
}

Get your API key at https://founden.ai/app/build. One omk_ key works across all O-mega products (Founden, Suprsonic, Suprbrowser).

Tools

Tool Description
build_company(prompt, company_id?) Start (or continue, on your default company) a build from a plain-language description. Returns an execution_id. Costs 1 credit.
get_build(execution_id) Get build status and the live preview URL.
message_build(execution_id, prompt) Send a follow-up instruction to a running build (free within a build).

Example

build_company: "Build a booking site for my dental clinic with online payments"
  -> { execution_id: "...", company_id: "...", status: "running", stream_url: "..." }

get_build: "<execution_id>"
  -> { status: "completed", preview_url: "https://...vercel.app" }

message_build: "<execution_id>", "add a contact form on the homepage"
  -> { status: "accepted" }

Remote HTTP transport

FOUNDEN_API_KEY=omk_... npx founden-mcp --http --port 3100

License

MIT

from github.com/o-mega-enterprise/founden-mcp

Install Founden in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install founden

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add founden -- npx -y founden-mcp

Step-by-step: how to install Founden

FAQ

Is Founden MCP free?

Yes, Founden MCP is free — one-click install via Unyly at no cost.

Does Founden need an API key?

No, Founden runs without API keys or environment variables.

Is Founden hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Founden in Claude Desktop, Claude Code or Cursor?

Open Founden on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Founden with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs