Dreamhost
БесплатноНе проверенMCP server for the DreamHost API that enables DNS management (list, add, remove records) and API metacommands.
Описание
MCP server for the DreamHost API that enables DNS management (list, add, remove records) and API metacommands.
README
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:
- Open DreamHost API Keys
- Add a comment so you can identify the key later
- Enable the commands you need (at minimum:
dns-list_records,dns-add_record,dns-remove_record) - Click Generate a new API Key now!
- 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
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.
Links
Установка Dreamhost
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/chrisbuildsonline/dreamhost-mcpFAQ
Dreamhost MCP бесплатный?
Да, Dreamhost MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Dreamhost?
Нет, Dreamhost работает без API-ключей и переменных окружения.
Dreamhost — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Dreamhost в Claude Desktop, Claude Code или Cursor?
Открой Dreamhost на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Dreamhost with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
