Skip to main content
ClaudeWave

MCP-native deployment platform — your AI writes and deploys full-stack apps to a live URL in one conversation. Model-agnostic, self-hostable, Glass Box transparency.

MCP ServersRegistry oficial1 estrellas0 forksJavaScriptApache-2.0Actualizado 11d ago
ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
  • Documented (README)
Last scanned: 9/17/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/obto-inc/platform
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "platform": {
      "command": "node",
      "args": ["/path/to/platform/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/obto-inc/platform and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

<p align="center">
  <img src="https://imagedelivery.net/QjC6mNbtigBMadjlj3Sh_w/f2b5d615-b31e-4f3c-fbea-bc0ab8569400/mobilecard" alt="OBTO" width="80" />
</p>

<h1 align="center">OBTO — The Glass Box AI Platform</h1>

<p align="center">
  <strong>The first MCP-native platform where AI agents deploy production applications.</strong><br/>
  Describe what you want. The AI builds it and deploys it. You get a live URL.
</p>

<p align="center">
  <a href="https://www.obto.co">Website</a> · <a href="https://docs.obto.co">Docs</a> · <a href="https://www.obto.co/site/ob/terms">Terms</a> · <a href="https://www.obto.co/site/ob/privacy">Privacy</a>
</p>

---

## What is OBTO?

OBTO is a full-stack deployment platform built for the age of AI agents. Connect it to **Claude**, **GPT**, **Codex**, or any MCP-compatible model. Describe what you want in plain language. The AI writes the code, provisions the database, and deploys your application to a live URL — all in the same conversation.

No code editor. No terminal. No hosting setup. Full-stack. Not a wrapper over Vercel and Supabase — real backend, real infrastructure, one platform.

OBTO Inc. was founded in 2015. The platform has been running production workloads since 2019 — today it serves 300M+ monthly requests across 150+ institutions.

---

## Quick Start

### 1. Sign Up
Go to [obto.co/site/ob/signup](https://www.obto.co/site/ob/signup) and continue with Google. Your OBTO workspace is created automatically.

### 2. The MCP Endpoint
Everyone uses the same endpoint: `https://app.obto.co/ms/mcp`. Signing in with OAuth identifies you and your workspace; there is no personal URL and no API key to copy.

### 3. Teach Your AI Client — plugin or skill file

**Install the plugin (recommended where supported).** This repository is itself the plugin marketplace — one URL, nothing else to configure:

**Claude Code / Claude Cowork**
```
/plugin marketplace add obto-inc/platform
/plugin install obto@obto
```
Installs the OBTO MCP server connection plus seven task skills (build loop, deploys & large files, media upload, memory, MCP extension, troubleshooting, platform boundary). Details: [`plugins/obto`](./plugins/obto/).

**OpenAI Codex**
```bash
codex plugin marketplace add obto-inc/platform
codex plugin add obto@obto
codex mcp login obto
```
Same marketplace, same skills; `codex mcp login obto` completes the Google OAuth sign-in in your browser. The Codex package is [`plugins/obto-codex`](./plugins/obto-codex/).

**Use the skill files directly (every other harness).** The skills are plain-markdown `SKILL.md` folders — portable to any agent harness that reads skills or instruction files:

| Client | What to use |
|--------|------------------------|
| **Claude Desktop** | Add [`SKILL.md`](./SKILL.md) to your project's knowledge or attach as a file |
| **Cursor** | Place [`SKILL.md`](./SKILL.md) in your workspace root or `.cursor/skills/` |
| **VS Code (Copilot)** | Place [`SKILL.md`](./SKILL.md) in your workspace root |
| **AntiGravity** | Place [`SKILL.md`](./SKILL.md) in your workspace's `.agent/skills/` directory |
| **OpenCode & other agent harnesses** | Copy the [`plugins/obto/skills/`](./plugins/obto/skills/) folders into your harness's skills directory, or use the single-file [`SKILL.md`](./SKILL.md) |

### 4. Connect to Your AI Client
Add your MCP server URL to your AI client's MCP configuration:

**Claude Desktop** — Go to Settings → MCP Servers → Add your OBTO endpoint URL. Claude will redirect you to authenticate via OAuth. Approve it.

**Claude Web** — In a project, add the MCP server URL. Authorize when prompted.

**Cursor / VS Code** — Add the MCP server configuration to your settings.

### 5. Build
Type what you want. The AI handles the rest.

```
"Build me a landing page for my coffee shop with a menu, gallery, and contact form."
```

Your app will be live at `yourapp.obto.co`.

---

## What Does the Skill File Do?

The [`SKILL.md`](./SKILL.md) file is a set of instructions that teaches AI models how to build and deploy applications on OBTO. It covers:

- **Platform architecture** — How OBTO stores code as database artifacts (no filesystem)
- **Deployment order** — Backend first, frontend last
- **Collection types** — Pages, JavaScript modules, stylesheets, routes, server scripts
- **The `xe.` pattern** — How backend services call each other
- **MCP tool routing** — Which tool to use for each operation
- **Full-stack examples** — Complete contact form deployment walkthrough

Without this skill file, the AI won't know OBTO's conventions and will produce code that doesn't deploy correctly. With it, the AI becomes an autonomous developer on your OBTO instance.

Where your client supports plugins (Claude Code, Claude Cowork, Codex), prefer the plugin — the same doctrine split into seven auto-loading task skills, with the MCP connection preconfigured.

---

## Supported AI Clients

| Client | MCP Support | Status |
|--------|------------|--------|
| Claude Code / Claude Cowork | ✅ Native plugin | Fully supported (plugin + skills) |
| Claude Web | ✅ Native | Fully supported |
| Claude Desktop | ✅ Native | Fully supported |
| Cursor | ✅ Native | Fully supported |
| VS Code (GitHub Copilot) | ✅ Native | Supported |
| AntiGravity | ✅ Native | Fully supported |
| OpenAI Codex | ✅ Plugin via MCP | Supported |
| OpenCode & other skill-compatible harnesses | ✅ Via MCP + skill files | Supported |

---

## Links

- **Website:** [obto.co](https://www.obto.co)
- **Documentation:** [docs.obto.co](https://docs.obto.co)
- **Terms of Service:** [obto.co/site/ob/terms](https://www.obto.co/site/ob/terms)
- **Privacy Policy:** [obto.co/site/ob/privacy](https://www.obto.co/site/ob/privacy)
- **Responsible Use:** [obto.co/site/ob/responsible-use](https://www.obto.co/site/ob/responsible-use)
- **Contact:** [dev@obto.co](mailto:dev@obto.co)

---

## License

This project is licensed under the [Apache License 2.0](./LICENSE).

© 2026 OBTO Inc. All rights reserved.
ai-agentsclaudedeployment-platformfull-stackmcpmcp-servermodel-context-protocolpaasself-hostable

Lo que la gente pregunta sobre platform

¿Qué es obto-inc/platform?

+

obto-inc/platform es mcp servers para el ecosistema de Claude AI. MCP-native deployment platform — your AI writes and deploys full-stack apps to a live URL in one conversation. Model-agnostic, self-hostable, Glass Box transparency. Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-09-05.

¿Cómo se instala platform?

+

Puedes instalar platform clonando el repositorio (https://github.com/obto-inc/platform) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar obto-inc/platform?

+

Nuestro agente de seguridad ha analizado obto-inc/platform y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene obto-inc/platform?

+

obto-inc/platform es mantenido por obto-inc. La última actividad registrada en GitHub es del 2026-09-05, con 0 issues abiertos.

¿Hay alternativas a platform?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega platform en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: obto-inc/platform
[![Featured on ClaudeWave](https://claudewave.com/api/badge/obto-inc-platform)](https://claudewave.com/repo/obto-inc-platform)
<a href="https://claudewave.com/repo/obto-inc-platform"><img src="https://claudewave.com/api/badge/obto-inc-platform" alt="Featured on ClaudeWave: obto-inc/platform" width="320" height="64" /></a>

Más MCP Servers

Alternativas a platform