Deployhq
@deployhq
About Deployhq
MCP server for DeployHQ that enables AI assistants to manage deployments. Provides 7 tools: list projects, get project details, list servers, list/get deployments, get deployment logs for debugging, and create new deployments. Works via npx with no installation required. Supports
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"deployhq": {
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "",
"DEPLOYHQ_API_KEY": "",
"DEPLOYHQ_ACCOUNT": ""
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Deployhq?
DeployHQ MCP Server is an MCP integration for the DeployHQ deployment platform, allowing AI assistants to manage projects, servers, and deployments through natural language.
How to use Deployhq?
Install with npx – no setup required. Configure your DeployHQ credentials (email, API key, account name) as environment variables, and your AI assistant can immediately interact with your deployments.
Key features of Deployhq
- List and inspect projects, servers, and deployments
- Create new deployments with full control over branch, build, and config options
- Retrieve deployment logs for debugging failed deployments
- Secure credential handling via environment variables, never stored to disk
Use cases of Deployhq
- Checking deployment status across projects using natural language
- Debugging failed deployments by analyzing logs with AI assistance
- Triggering deployments to staging or production without leaving your editor
- Monitoring deployment history and server configurations
FAQ from Deployhq
Do I need to install anything?
No. The server runs via npx and automatically downloads the latest version.
Is it secure?
Credentials are passed via environment variables, never stored. All API communication uses HTTPS.
Which AI assistants are supported?
Claude Desktop, Claude Code, and any MCP-compatible client.
Frequently asked questions
Do I need to install anything?
No. The server runs via npx and automatically downloads the latest version.
Is it secure?
Credentials are passed via environment variables, never stored. All API communication uses HTTPS.
Which AI assistants are supported?
Claude Desktop, Claude Code, and any MCP-compatible client.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Comments