deployhq-mcp-server Logo

deployhq-mcp-server

Official

DeployHQ MCP Server

24 views
0 installs
Updated Jan 28, 2026
Not audited
Tools I Recommend
DeployHQ MCP Server
  1. Log in to DeployHQ

  2. Get your DEPLOYHQ_ACCOUNT (account name)

    • After signing in, look at the browser address bar for your account subdomain — the account name is the subdomain in the URL https://ACCOUNT.deployhq.com. (deployhq.com)
  3. Create or copy your DEPLOYHQ_API_KEY

    • In DeployHQ go to Settings → Security (or Security → API Credentials).
    • If you don’t already have an API key, click “Create API Key” (or equivalent) and copy the generated 40-character API key. DeployHQ uses this API key together with your email for API authentication. (deployhq.com)
  4. Confirm your DEPLOYHQ_EMAIL

    • Use the email address you log into DeployHQ with (your DeployHQ username/email). This is the username used for Basic Auth alongside the API key. (deployhq.com)
  5. (Optional) Decide on LOG_LEVEL and read-only behavior

    • If you want more or less logging, set LOG_LEVEL to ERROR, INFO, or DEBUG (default INFO).
    • If you want to prevent the MCP from creating deployments, enable read-only by setting DEPLOYHQ_READ_ONLY=true. These are optional environment variables for the MCP server. (deployhq.com)
  6. Open FastMCP’s connection interface (use the “Install Now” button)

    • Click the “Install Now” button to open the FastMCP connection / environment setup dialog.
  7. Fill the environment fields in the FastMCP interface

    • Set DEPLOYHQ_EMAIL to your DeployHQ login email.
    • Set DEPLOYHQ_API_KEY to the API key you copied in step 3.
    • Set DEPLOYHQ_ACCOUNT to the account name (the subdomain from step 2).
    • (Optional) Add LOG_LEVEL and/or DEPLOYHQ_READ_ONLY if you chose values in step 5.
  8. Save / Apply the configuration

    • Save or install the MCP configuration in FastMCP so the MCP process will be launched with these environment variables.
  9. Verify the connection

    • In your MCP client (Claude Desktop/Code via FastMCP), ask the server to “list projects” or run a simple tools/list_projects call to confirm authentication works and projects load successfully.
  10. Security reminders

    • Do not commit API keys or credentials to source control; use FastMCP’s secure env fields or a secrets manager.
    • Prefer using a dedicated DeployHQ API key per user or purpose and rotate keys if they are exposed. (deployhq.com)

Quick Start

View on GitHub

More for Automation

View All →

More for Developer Tools

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.