Skip to main content

MCP Tools Overview

vibeD exposes 11 MCP tools that AI coding tools can call to deploy and manage artifacts.

Available Tools

ToolDescription
deploy_artifactDeploy source files as a web artifact
list_artifactsList all deployed artifacts
get_artifact_statusGet detailed status for one artifact
update_artifactUpdate an existing artifact with new files
delete_artifactStop and remove an artifact
get_artifact_logsRetrieve pod logs for debugging
list_deployment_targetsShow available deployment backends
list_versionsList version snapshots for an artifact
rollback_artifactRoll back to a previous version
share_artifactGrant read-only access to other users
unshare_artifactRevoke shared access

Transport Modes

vibeD supports three transport modes for MCP:

  • stdio - Standard input/output (for CLI integration like Claude Desktop)
  • http - Streamable HTTP endpoint at /mcp/ (for networked access)
  • both - Runs both simultaneously

Configure via server.transport in vibed.yaml or the --transport CLI flag.