Dockhold for VS Code
eu.dockhold/dockhold
Deploy a GitHub repo to a live HTTPS URL from your AI tool; read logs, set variables, resize apps.
client:VS Code
transport:streamable-http
tools:20
Install Dockhold in VS Code
.vscode/mcp.json
{
"servers": {
"dockhold": {
"type": "http",
"url": "https://api.dockhold.eu/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code can do once it is connected
- list_apps
- get_app_status
- get_app_logs
- deploy_app
- redeploy_app
- set_app_variable
- unset_app_variable
- get_resource_usage
- resize_app
- resize_database
- resize_database_storage
- set_app_storage
- remove_app_storage
- set_app_secret
- unset_app_secret
- bind_app_secret
- list_secrets
- list_app_secrets
- list_github_repos
- deploy_group