Deployhq MCP Server
Rank #14,235io.github.deployhq/deployhq-mcp-server
MCP server providing deployhq-server capabilities
Deployhq MCP Server is a Model Context Protocol (MCP) server published by deployhq. It ranks #14,235 of 132,046 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. Deployhq MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Nov 11, 2025 and most recently updated on Mar 9, 2026.
Ranks ahead of 117,811 of 132,046 servers on MCP Toplist.
Use Deployhq MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add deployhq-mcp-server -e "DEPLOYHQ_EMAIL=<your DEPLOYHQ_EMAIL>" -e "DEPLOYHQ_API_KEY=<your DEPLOYHQ_API_KEY>" -e "DEPLOYHQ_ACCOUNT=<your DEPLOYHQ_ACCOUNT>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y deployhq-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.deployhq-mcp-server]
command = "npx"
args = ["-y", "deployhq-mcp-server"]
[mcp_servers.deployhq-mcp-server.env]
DEPLOYHQ_EMAIL = "<your DEPLOYHQ_EMAIL>"
DEPLOYHQ_API_KEY = "<your DEPLOYHQ_API_KEY>"
DEPLOYHQ_ACCOUNT = "<your DEPLOYHQ_ACCOUNT>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deployhq-mcp-server": {
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "<your DEPLOYHQ_EMAIL>",
"DEPLOYHQ_API_KEY": "<your DEPLOYHQ_API_KEY>",
"DEPLOYHQ_ACCOUNT": "<your DEPLOYHQ_ACCOUNT>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deployhq-mcp-server": {
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "<your DEPLOYHQ_EMAIL>",
"DEPLOYHQ_API_KEY": "<your DEPLOYHQ_API_KEY>",
"DEPLOYHQ_ACCOUNT": "<your DEPLOYHQ_ACCOUNT>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"deployhq-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "<your DEPLOYHQ_EMAIL>",
"DEPLOYHQ_API_KEY": "<your DEPLOYHQ_API_KEY>",
"DEPLOYHQ_ACCOUNT": "<your DEPLOYHQ_ACCOUNT>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deployhq-mcp-server": {
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "<your DEPLOYHQ_EMAIL>",
"DEPLOYHQ_API_KEY": "<your DEPLOYHQ_API_KEY>",
"DEPLOYHQ_ACCOUNT": "<your DEPLOYHQ_ACCOUNT>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deployhq-mcp-server": {
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "<your DEPLOYHQ_EMAIL>",
"DEPLOYHQ_API_KEY": "<your DEPLOYHQ_API_KEY>",
"DEPLOYHQ_ACCOUNT": "<your DEPLOYHQ_ACCOUNT>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.deployhq%2Fdeployhq-mcp-server)<a href="https://mcptoplist.com/server/io.github.deployhq%2Fdeployhq-mcp-server"><img src="https://mcptoplist.com/badge/io.github.deployhq%2Fdeployhq-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
deployhq
Available versions (4)
| Version | Published |
|---|---|
| 1.2.2 | Mar 9, 2026 |
| 1.2.1 | Nov 18, 2025 |
| 1.2.0 | Nov 18, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Deployhq MCP Server?
- Deployhq MCP Server is maintained by deployhq, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Deployhq MCP Server listed on the Official MCP Registry?
- Yes — Deployhq MCP Server is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Deployhq MCP Server have?
- MCP Toplist tracks 4 versions of Deployhq MCP Server, most recently published on Mar 9, 2026.
- Where can I find the source code for Deployhq MCP Server?
- The source code for Deployhq MCP Server is hosted at github.com/deployhq/deployhq-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.