Deployhq
@deployhq
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"deployhq": {
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "",
"DEPLOYHQ_API_KEY": "",
"DEPLOYHQ_ACCOUNT": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论