← dockhold.eu

INDIVIDUAL MCP TOOL

deploy_app

Deploy a GitHub repository as a live web app on Dockhold.

dockhold.eunone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

dockhold.eu

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dockhold]
url = "https://api.dockhold.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dockhold": {
      "type": "http",
      "url": "https://api.dockhold.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dockhold
Remote MCP URL: https://api.dockhold.eu/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dockhold": {
      "url": "https://api.dockhold.eu/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dockhold": {
      "type": "http",
      "url": "https://api.dockhold.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dockhold",
  "transport": "streamable-http",
  "url": "https://api.dockhold.eu/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_apps — List the apps in your Dockhold account, with each app's id, status, URL, and source repo.
  • get_app_status — Get detailed status for one app: deploy status, URL, last deployed commit, and any error message.
  • get_app_logs — Get the most recent runtime logs for one app.
  • redeploy_app — Restart an existing app (rolling restart with zero downtime).
  • set_app_variable — Set a single environment variable on an app and roll it out.
  • get_resource_usage — Show your account's compute, database-RAM, and storage pools: how much you've bought, how much is used, and how much is free, plus every app's current size.
  • resize_app — Change how much memory one app gets.
  • resize_database — Change how much memory an app's managed database gets.