MCP Directory

dns

by modelcontextprotocol · TypeScript · ★ 10

Infrastructure as Code for MCP domains / DNS management

Install

npx -y github:modelcontextprotocol/dns

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers