Skip to main content
Glama

vibekit-mcp

Servidor MCP para VibeKit: despliega aplicaciones, gestiona el hosting y chatea con agentes de IA desde cualquier cliente MCP.

Este paquete es para acceso a la nube/API de VibeKit. No conecta tu instancia local de Claude Code a Telegram. Para el control remoto de tu máquina local, usa vibekit-agent.

Úsalo de forma remota (sin instalación)

VibeKit también funciona como servidor remoto alojado, por lo que los clientes que aceptan una URL MCP remota (conectores web de claude.ai, ChatGPT, etc.) no necesitan instalación.

https://mcp.vibekit.bot/mcp?api_key=vk_your_api_key_here

Pega esa URL en el campo de "conector personalizado" / "servidor MCP remoto" de tu cliente. Los clientes que permiten configurar cabeceras pueden enviar Authorization: Bearer vk_your_api_key_here y usar la URL base https://mcp.vibekit.bot/mcp. Consulta Obtener una clave de API a continuación.

¿Prefieres una instalación local stdio (p. ej. Claude Desktop)? Usa los pasos siguientes.

Related MCP server: vibekit-mcp

Obtener una clave de API

Las claves empiezan con vk_. Hay dos formas de obtener una:

  • Instantánea, sin registro: una sola solicitud devuelve una clave.

curl -X POST https://vibekit.bot/api/v1/auth/register
# Response: {"apiKey": "vk_...", "plan": "free", "credits": 0}

Guarda la clave devuelta y reutilízala. Cada llamada a /auth/register crea una cuenta completamente nueva, así que llámala una vez, no por solicitud.

  • Desde tu cuenta: si ya usas VibeKit, copia o regenera tu clave en el panel web o en los ajustes de la app de iOS.

Instalación

npm install -g vibekit-mcp

Configuración

  1. Obtén una clave de API de VibeKit (consulta Obtener una clave de API más arriba).

  2. Añádela a la configuración de tu cliente MCP (p. ej. Claude Desktop) (~/Library/Application Support/Claude/claude_desktop_config.json en macOS):

{
  "mcpServers": {
    "vibekit": {
      "command": "vibekit-mcp",
      "env": {
        "VIBEKIT_API_KEY": "vk_your_api_key_here"
      }
    }
  }
}
  1. Reinicia tu cliente MCP

Herramientas disponibles

Hosting

Herramienta

Descripción

vibekit_list_apps

Listar todas las aplicaciones alojadas

vibekit_get_app

Obtener detalles de una aplicación específica

vibekit_list_templates

Listar plantillas de inicio para vibekit_create_app

vibekit_create_app

Crear una nueva aplicación a partir de una plantilla

vibekit_deploy

Desplegar un repositorio de GitHub en el hosting

vibekit_redeploy

Redesplegar la aplicación con el código más reciente

vibekit_list_deploys

Listar los despliegues recientes de una aplicación con estado y commit

vibekit_rollback_deploy

Revertir una aplicación a un despliegue anterior

vibekit_app_logs

Obtener registros de la aplicación

vibekit_restart_app

Reiniciar una aplicación

vibekit_stop_app

Detener una aplicación

vibekit_start_app

Iniciar una aplicación detenida

vibekit_app_env

Obtener variables de entorno de la aplicación

vibekit_set_env

Establecer variables de entorno de la aplicación

vibekit_delete_app

Eliminar una aplicación permanentemente

Agente

Herramienta

Descripción

vibekit_chat

Chatear con el agente de IA de una aplicación

vibekit_agent_status

Obtener el estado del agente

vibekit_agent_history

Obtener el historial de chat con el agente

Base de datos

Herramienta

Descripción

vibekit_enable_database

Habilitar una base de datos Postgres para una aplicación

vibekit_database_status

Obtener el estado de la base de datos e información de conexión

vibekit_db_schema

Obtener el esquema de la base de datos (cada tabla y sus columnas)

vibekit_db_query

Ejecutar una consulta SQL de solo lectura (solo SELECT, hasta 200 filas)

vibekit_db_table

Explorar las filas de una tabla con paginación y ordenamiento

QA

Herramienta

Descripción

vibekit_run_qa

Ejecutar pruebas de QA automatizadas

vibekit_qa_status

Obtener resultados de pruebas de QA

Tareas

Herramienta

Descripción

vibekit_submit_task

Enviar una tarea de codificación

vibekit_get_task

Obtener estado/resultado de la tarea

vibekit_list_tasks

Listar tareas recientes

vibekit_wait_for_task

Esperar a que se complete la tarea

vibekit_cancel_task

Cancelar una tarea en ejecución

vibekit_create_schedule

Crear una tarea programada recurrente

vibekit_list_schedules

Listar tareas programadas

vibekit_delete_schedule

Eliminar tarea programada

Cuenta

Herramienta

Descripción

vibekit_account

Obtener información de la cuenta (plan, créditos, uso)

vibekit_list_skills

Listar habilidades de implementación

vibekit_get_skill

Obtener contenido de una habilidad específica

Ejemplo de uso

Una vez configurado, puedes usar indicaciones como:

  • "Desplegar mi repositorio de GitHub en VibeKit y crear una nueva aplicación"

  • "Chatear con el agente de IA de mi aplicación sobre cómo añadir un formulario de contacto"

  • "Mostrarme los registros de mi aplicación y reiniciarla si hay errores"

  • "Habilitar una base de datos para mi aplicación, luego mostrarme su esquema y consultar la tabla de usuarios"

  • "Listar los despliegues recientes de mi aplicación y revertir al último que funcionaba"

  • "Ejecutar pruebas de QA en mi aplicación desplegada"

  • "Comprobar el saldo de mi cuenta de VibeKit y listar mis aplicaciones"

  • "Crear una programación semanal para mejorar el rendimiento de mi aplicación"

Variables de entorno

Variable

Descripción

Default

VIBEKIT_API_KEY

Tu clave de API de VibeKit (obligatoria)

ninguna

VIBEKIT_API_URL

URL base de la API

https://vibekit.bot/api/v1

Paquetes relacionados

  • vibekit-cli: cliente de terminal para flujos de trabajo en la nube de VibeKit

  • vibekit-agent: puente de Telegram para Claude Code local en tu propia máquina

Enlaces

Política de privacidad

Política de privacidad de VibeKit: https://vibekit.bot/privacy

Lo que este servidor MCP hace con tus datos, concretamente:

  • Cada llamada a una herramienta se reenvía a la API de VibeKit (https://vibekit.bot/api/v1) a través de HTTPS, autenticada con la clave de API que configures. Las entradas y salidas de las herramientas son procesadas por VibeKit para ejecutar tus aplicaciones y agentes, según la política de privacidad anterior.

  • El servidor en sí no guarda estado: no se escribe nada en el disco, este paquete no recopila análisis ni telemetría, y tu clave de API se lee de la configuración (VIBEKIT_API_KEY / el campo de clave de la extensión) y se envía solo a vibekit.bot.

  • La retención de datos, el intercambio con terceros y la eliminación se rigen por la política anterior. Preguntas: support@vibekit.bot.

Available Tools

2 tools
vibekit_database_statusVibeKit Database StatusA
Read-onlyIdempotent
Inspect

Get an app's database status and connection info (whether it's provisioned, frozen, etc.).

ParametersJSON Schema
NameRequiredDescriptionDefault
appIdYesApp ID (from vibekit_list_apps)

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYesWhether the call succeeded.
dataNoDatabase stats: tables, storage, and connection info.
errorNoError message when ok is false (e.g. missing/invalid VIBEKIT_API_KEY, or an API error).

TDQS

A3.8/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint and idempotentHint. The description adds context about what status includes (provisioned, frozen) but does not contradict annotations. It is consistent but adds limited new behavioral insight.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded with action and resource, no wasted words. Efficient and to the point.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given it has one parameter and an output schema, the description is sufficient for a simple read tool. It explains the purpose and kind of info returned. No major gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description does not add meaning beyond the schema's parameter description ('App ID (from vibekit_list_apps)'). No additional parameter details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action 'Get' and the resource 'app's database status and connection info' with examples like 'provisioned, frozen'. It distinguishes from sibling tool 'vibekit_get_task' which deals with tasks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for checking database status but does not provide explicit when-to-use or alternatives. No exclusions or guidance on when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

vibekit_get_taskVibeKit Get TaskA
Read-only
Inspect

Get the status and result of a task submitted via vibekit_submit_task.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskIdYesTask ID returned from vibekit_submit_task

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYesWhether the call succeeded.
dataNoTask details: status, logs/result summary, and repo info.
errorNoError message when ok is false (e.g. missing/invalid VIBEKIT_API_KEY, or an API error).

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, and the description adds that it returns status and result, providing additional behavioral context without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clear sentence with no unnecessary words. It is front-loaded and concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one parameter and an output schema, the description is complete enough. It explains what the tool does and the context of use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the parameter 'taskId' is well-described in the schema. The description adds no new information about parameters beyond what is already in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves status and result of a task, specifying the resource and action. It distinguishes from the sibling tool 'vibekit_database_status' by focusing on tasks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage after submitting a task via 'vibekit_submit_task', providing clear context. However, it does not explicitly state when not to use or mention alternatives beyond the sibling.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 31 tool updatesv0.7.5
    • Removedvibekit_account
    • Removedvibekit_agent_history
    • Removedvibekit_agent_status
    • Removedvibekit_app_env
    • Removedvibekit_app_logs
    • Removedvibekit_cancel_task
    • Removedvibekit_chat
    • Removedvibekit_create_app
    • Removedvibekit_create_schedule
    • Changedvibekit_database_status2 fields changed
      • changedInput schema / properties / appId / description
        Previous value: -"The app ID to get database status for"New value: +"App ID (from vibekit_list_apps)"
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "description": "Result envelope: ok=true with data on success, ok=false with error on failure.",
        +  "properties": {
        +    "data": {
        +      "description": "Database stats: tables, storage, and connection info."
        +    },
        +    "error": {
        +      "description": "Error message when ok is false (e.g. missing/invalid VIBEKIT_API_KEY, or an API error).",
        +      "type": "string"
        +    },
        +    "ok": {
        +      "description": "Whether the call succeeded.",
        +      "type": "boolean"
        +    }
        +  },
        +  "required": [
        +    "ok"
        +  ],
        +  "type": "object"
        +}
    • Removedvibekit_delete_app
    • Removedvibekit_delete_schedule
    • Removedvibekit_deploy
    • Removedvibekit_enable_database
    • Removedvibekit_get_app
    • Removedvibekit_get_skill
    • Changedvibekit_get_task2 fields changed
      • changedInput schema / properties / taskId / description
        Previous value: -"The task ID returned from vibekit_submit_task"New value: +"Task ID returned from vibekit_submit_task"
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "description": "Result envelope: ok=true with data on success, ok=false with error on failure.",
        +  "properties": {
        +    "data": {
        +      "description": "Task details: status, logs/result summary, and repo info."
        +    },
        +    "error": {
        +      "description": "Error message when ok is false (e.g. missing/invalid VIBEKIT_API_KEY, or an API error).",
        +      "type": "string"
        +    },
        +    "ok": {
        +      "description": "Whether the call succeeded.",
        +      "type": "boolean"
        +    }
        +  },
        +  "required": [
        +    "ok"
        +  ],
        +  "type": "object"
        +}
    • Removedvibekit_list_apps
    • Removedvibekit_list_schedules
    • Removedvibekit_list_skills
    • Removedvibekit_list_tasks
    • Removedvibekit_list_templates
    • Removedvibekit_qa_status
    • Removedvibekit_redeploy
    • Removedvibekit_restart_app
    • Removedvibekit_run_qa
    • Removedvibekit_set_env
    • Removedvibekit_start_app
    • Removedvibekit_stop_app
    • Removedvibekit_submit_task
    • Removedvibekit_wait_for_task
  2. 31 tool updatesv0.6.1
    • First observedvibekit_account
    • First observedvibekit_agent_history
    • First observedvibekit_agent_status
    • First observedvibekit_app_env
    • First observedvibekit_app_logs
    • First observedvibekit_cancel_task
    • First observedvibekit_chat
    • First observedvibekit_create_app
    • First observedvibekit_create_schedule
    • First observedvibekit_database_status
    • First observedvibekit_delete_app
    • First observedvibekit_delete_schedule
    • First observedvibekit_deploy
    • First observedvibekit_enable_database
    • First observedvibekit_get_app
    • First observedvibekit_get_skill
    • First observedvibekit_get_task
    • First observedvibekit_list_apps
    • First observedvibekit_list_schedules
    • First observedvibekit_list_skills
    • First observedvibekit_list_tasks
    • First observedvibekit_list_templates
    • First observedvibekit_qa_status
    • First observedvibekit_redeploy
    • First observedvibekit_restart_app
    • First observedvibekit_run_qa
    • First observedvibekit_set_env
    • First observedvibekit_start_app
    • First observedvibekit_stop_app
    • First observedvibekit_submit_task
    • First observedvibekit_wait_for_task

TDQS

A3.9/5.0
Disambiguation5/5

The two tools have completely distinct purposes: one checks database status, the other retrieves task results. No ambiguity.

Naming Consistency5/5

Both tools use the consistent 'vibekit_' prefix followed by verb_noun pattern (database_status, get_task), showing good naming uniformity.

Tool Count2/5

Only 2 tools for a server named 'VibeKit MCP' is too few, especially since a referenced tool (vibekit_submit_task) is missing, making the set feel incomplete.

Completeness2/5

The tool set is missing a critical tool (vibekit_submit_task) that is referenced in vibekit_get_task, and there are obvious gaps in domain coverage beyond database status and task retrieval.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables the management of AI-powered VibeKit apps, allowing users to control deployments, monitor logs, and perform database operations directly from MCP-compatible clients. It facilitates interaction with hosted AI agents and the execution of headless coding tasks through natural language.
    49
    39
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Publish your Claude Code setup, browse a public feed, and pull setups in. Remote MCP server + web feed in one FastAPI app.
    1
    -

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/VibeKit-Bot/vibekit-mcp'

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