MCP Server
MCP
io.github.deployhq/deployhq-mcp-server
Model Context Protocol (MCP) server for DeployHQ API integration
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment