DeployHQ
JSON →A Model Context Protocol (MCP) server for DeployHQ that enables AI assistants like Claude Desktop and Claude Code to interact with your DeployHQ deployments.
Install
npx -y deployhq-mcp-server Tools · 18
- list_projects List all projects in your DeployHQ account.
- get_project Get detailed information about a specific project.
- list_servers List all servers configured for a project.
- list_deployments List deployments for a project with pagination support.
- get_deployment Get detailed information about a specific deployment.
- get_deployment_log Get the deployment log for a specific deployment. Useful for debugging failed deployments.
- create_deployment Create a new deployment for a project.
- list_ssh_keys List all SSH public keys for the account.
- create_ssh_key Create a new SSH key pair for the account.
- list_global_environment_variables List all global (account-level) environment variables.
- create_global_environment_variable Create a new global environment variable available across all projects.
- update_global_environment_variable Update an existing global environment variable.
- delete_global_environment_variable Delete a global environment variable. This action is irreversible.
- list_global_config_files List all global (account-level) config file templates.
- get_global_config_file Get a specific global config file template including its body content.
- create_global_config_file Create a new global config file template.
- update_global_config_file Update a global config file template.
- delete_global_config_file Delete a global config file template.
Environment variables
DEPLOYHQ_API_KEY
Links
★ 13 GitHub stars