Skip to main content
Glama
server.jsonโ€ข1.46 kB
{ "$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", "isSecret": false, "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", "isSecret": false, "name": "DEPLOYHQ_ACCOUNT" }, { "description": "Log verbosity level (ERROR, INFO, or DEBUG)", "isRequired": false, "format": "string", "isSecret": false, "name": "LOG_LEVEL" } ] } ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/facundofarias/deployhq-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server