io.github.deployhq/deployhq-mcp-server✓
io.github.deployhq/deployhq-mcp-server · v1.2.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.deployhq/deployhq-mcp-server",
"description": "Model Context Protocol (MCP) server for DeployHQ API integration",
"repository": {
"url": "https://github.com/deployhq/deployhq-mcp-server",
"source": "github"
},
"version": "1.2.2",
"packages": [
{
"registryType": "npm",
"identifier": "deployhq-mcp-server",
"version": "1.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your DeployHQ login email address",
"isRequired": true,
"format": "string",
"name": "DEPLOYHQ_EMAIL"
},
{
"description": "Your DeployHQ password or API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DEPLOYHQ_API_KEY"
},
{
"description": "Your DeployHQ account name (from URL: https://ACCOUNT.deployhq.com)",
"isRequired": true,
"format": "string",
"name": "DEPLOYHQ_ACCOUNT"
},
{
"description": "Log verbosity level (ERROR, INFO, or DEBUG)",
"format": "string",
"name": "LOG_LEVEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}