Skip to main content
Glama

dreamhost-mcp

MCP server for the DreamHost API. Currently exposes DNS management and API metacommands.

Authentication

DreamHost uses an API key (not OAuth). You generate it in the panel:

  1. Open DreamHost API Keys

  2. Add a comment so you can identify the key later

  3. Enable the commands you need (at minimum: dns-list_records, dns-add_record, dns-remove_record)

  4. Click Generate a new API Key now!

  5. Copy the key — it is shown once

Set it as an environment variable:

DREAMHOST_API_KEY=your_key_here

Optional:

DREAMHOST_ACCOUNT=123456   # account number from Manage Account page

Test without your own account

DreamHost provides a read-only demo key with list-only access:

6SHU5P2HLDAYECUM

Related MCP server: porkbun-mcp

Install

cd /home/chris/projects/dreamhost-mcp
npm install
npm run build

Cursor MCP config

This server runs in WSL. Copy cursor-mcp.example.json into your Cursor MCP settings (~/.cursor/mcp.json):

{
  "mcpServers": {
    "dreamhost-mcp": {
      "command": "wsl",
      "args": ["-e", "/home/chris/projects/dreamhost-mcp/scripts/cursor-mcp.sh"],
      "env": {
        "WSLENV": "DREAMHOST_API_KEY/u:DREAMHOST_ACCOUNT/u",
        "DREAMHOST_API_KEY": "your_key_here"
      }
    }
  }
}

Tools

Tool

DreamHost command

Description

dns_list_records

dns-list_records

List all DNS records

dns_add_record

dns-add_record

Add a DNS record

dns_remove_record

dns-remove_record

Remove a DNS record

api_list_accessible_commands

api-list_accessible_cmds

Commands your key can run

api_list_keys

api-list_keys

List API keys (needs * permission)

API scope note

DreamHost has removed most legacy API commands (mail, users, databases, etc.). As of 2026, only DNS and metacommands remain in their public API.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/chrisbuildsonline/dreamhost-mcp'

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