MCP Directory
Back

dns

by modelcontextprotocol · TypeScript · ★ 11

Infrastructure as Code for MCP domains / DNS management

Install

npx -y github:modelcontextprotocol/dns

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "dns": {
      "command": "npx",
      "args": [
        "-y",
        "github:modelcontextprotocol/dns"
      ]
    }
  }
}

From the README

Infrastructure as Code for managing MCP Cloudflare DNS records using Pulumi. DNS records are defined in [](src/config/records.ts), keyed by domain name. **Note:** Production deployment is automatically handled by GitHub Actions. All merges to the branch trigger an automatic deployment via [the configured GitHub Actions workflow](.github/workflows/deploy.yml). Pre-requisites: - [Pulumi CLI installed](https://www.pulumi.com/docs/iac/download-install/) - [Google Cloud SDK installed](https://cloud.google.com/sdk/docs/install) - Access to GCP project and GCS bucket - Required credentials and s…
Read full README on GitHub →

Related other servers