Skip to main content
Glama

Hatchable MCP

MCP Registry License: MIT

Crea y aloja aplicaciones y sitios web full-stack en Hatchable desde cualquier cliente MCP. Cada proyecto obtiene su propia base de datos Postgres, autenticación, almacenamiento, dominios y cron, además de una URL en vivo en segundos. Plan gratuito, sin créditos.

Endpoint

https://hatchable.com/mcp

Transporte

Streamable HTTP (MCP 2025-03-26)

Autenticación

OAuth 2.1 con PKCE y Registro Dinámico de Clientes (RFC 7591). Alternativa Bearer.

Registro

com.hatchable/hatchable

Página principal

hatchable.com

Documentación

hatchable.com/docs

Este repositorio es un conector ligero: el código de Hatchable se ejecuta en nuestra infraestructura, no en la tuya. No hay nada que instalar localmente. Configuras el endpoint en tu cliente MCP e inicias sesión con OAuth (o un token bearer).

Configuración por cliente

Claude Code (terminal)

Un comando, OAuth se encarga del resto:

claude mcp add --transport http hatchable https://hatchable.com/mcp

¿No tienes Claude Code? Instálalo aquí.

Claude.ai (web)

  1. Abre claude.ai/customize/connectors y haz clic en el + junto a Connectors.

  2. En el diálogo Add custom connector, ponle el nombre Hatchable, pega https://hatchable.com/mcp y haz clic en Add.

  3. Claude te redirige a hatchable.com para aprobar; eso crea tu cuenta gratuita.

Funciona en los planes Free (1 conector), Pro, Max, Team y Enterprise. En Team/Enterprise, un propietario lo añade desde Organization settings → Connectors.

ChatGPT

  1. Abre chatgpt.com/apps#settings/Connectors/Advanced, activa Developer Mode y haz clic en Create app.

  2. Ponle el nombre Hatchable, pega https://hatchable.com/mcp en MCP Server URL, mantén OAuth, marca la casilla de consentimiento y haz clic en Create.

  3. ChatGPT te redirige a hatchable.com para aprobar; eso crea tu cuenta gratuita.

Requiere un plan Plus, Pro, Business, Enterprise o Edu (requisito previo: Developer Mode).

Codex

  1. Abre Codex → Settings → MCP servers → + Add server.

  2. Ponle el nombre Hatchable, elige Streamable HTTP, pega https://hatchable.com/mcp y Save.

  3. Haz clic en Authenticate en la nueva fila y aprueba la ventana emergente en hatchable.com; eso crea tu cuenta gratuita.

¿No tienes Codex? Descárgalo aquí.

Cursor

Pega en ~/.cursor/mcp.json:

{
  "mcpServers": {
    "hatchable": {
      "url": "https://hatchable.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_HATCHABLE_TOKEN"
      }
    }
  }
}

Obtén tu token en hatchable.com/console/settings?tab=api-keys después de registrarte (10 segundos, sin tarjeta de crédito).

Google Antigravity

  1. Abre la paleta de comandos (Cmd/Ctrl + Shift + P).

  2. Selecciona Antigravity: Manage MCP Servers, luego haz clic en View raw config.

  3. Pega y guarda:

    {
      "mcpServers": {
        "hatchable": {
          "serverUrl": "https://hatchable.com/mcp"
        }
      }
    }
  4. Vuelve a abrir Manage MCP Servers, haz clic en Authenticate en la fila de hatchable y aprueba en hatchable.com.

¿No tienes Antigravity? Descárgalo de Google — gratis, sin tarjeta de crédito.

Otros clientes MCP

Cualquier cliente que soporte Streamable HTTP + OAuth funcionará. Configura https://hatchable.com/mcp como el endpoint y deja que el cliente maneje el proceso de OAuth. Los clientes que solo soportan tokens bearer deben enviar Authorization: Bearer <API_KEY>, donde la clave proviene de la consola. Los clientes que no envíen ninguna autenticación recibirán una clave pendiente en el primer initialize que podrán persistir para futuras llamadas.

Related MCP server: Kleap

Qué puedes hacer (superficie de herramientas)

Hatchable expone más de 30 herramientas. Aspectos destacados:

  • Ciclo de vida del proyectocreate_project, get_project, list_projects, fork_project, set_visibility, update_project

  • Archivoswrite_file, write_files, read_file, grep, list_files, patch_file, delete_file, import_file_from_url, upload_file

  • Base de datosexecute_sql, get_schema

  • Despliegue + observabilidaddeploy, dry_run_deploy, run_function, run_code, view_logs, list_deployments, get_deployment, list_functions, list_cron_jobs

  • Entornoset_env, list_env, delete_env

  • Descubrimientosearch_projects, search_documentation

Cada proyecto incluye Node.js 20, una base de datos Postgres dedicada, autenticación integrada (correo electrónico + proveedores OAuth), programación cron, almacenamiento de objetos y envío de correos electrónicos. Consulta hatchable.com/docs para ver el SDK completo y el contrato del manejador.

Manifiestos

Seguridad y autenticación

Los tokens bearer tienen un alcance por cuenta. Puedes rotarlos o revocarlos en la consola.

Docker (para registros y escáneres)

El Dockerfile en este repositorio es un proxy ligero de stdio a HTTP construido sobre mcp-remote. Existe para que los registros y escáneres de calidad que esperan un contenedor ejecutable (Glama, Smithery, etc.) puedan inspeccionar la superficie de herramientas. Los usuarios finales no necesitan construirlo: configura https://hatchable.com/mcp directamente en tu cliente MCP y deja que el transporte HTTP nativo del cliente se comunique con el servidor.

docker build -t hatchable-mcp .
docker run --rm -i hatchable-mcp  # stdio ↔ https://hatchable.com/mcp

Licencia

MIT. Consulta LICENSE.

Contacto

  • Sitio web: hatchable.com

  • Correo electrónico: hello@hatchable.com

  • Problemas: abre un issue en este repositorio para preguntas sobre la integración con MCP; utiliza el flujo de soporte dentro de la consola para preguntas sobre la cuenta o facturación.

Install Server
A
license - permissive license
A
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables AI agents to build, edit, and publish live websites with hosting, database, auth, and domains via the Model Context Protocol.
    13
    12
    1
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Deploy and monetize agent-built apps from one MCP. Ship a full-stack app (login, database, usage billing) with one command, then charge the signed-in end user per API call via X-Settle-Payer (end-user-pays: cost times markup, app owner earns the markup).
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for self-hosted static site publishing on Cloudflare Workers. Enables AI coding agents to deploy pages with a single 'publish' tool and get live URLs, with support for atomic updates, versioning, and per-site passwords.
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • Agent-first web hosting: deploy sites, apps, databases and domains over MCP.

  • Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.

  • Build, deploy, and operate hosted web apps on VibeKit (vibekit.bot) from any MCP client.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Woobox/hatchable-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server