Skip to main content
Glama

dns-mcp

npm mcp license

MCP server: resolve DNS records for a hostname. No external deps — uses Node's built-in dns/promises resolver, which respects the host's nameserver configuration.

Tool

resolve

{ "hostname": "example.com", "type": "MX" }

{
  "hostname": "example.com",
  "type": "MX",
  "records": [{ "priority": 0, "exchange": "." }]
}

Supported types: A, AAAA, MX, TXT, CNAME, NS, SOA, SRV, PTR, ANY. Default is A.

Related MCP server: DNS MCP Server

Configure

{ "mcpServers": { "dns": { "command": "npx", "args": ["-y", "@mukundakatta/dns-mcp"] } } }

License

MIT.

Repository Health

This repository includes a dependency-free health check for core documentation, metadata, and CI wiring. Run it locally before publishing changes:

python3 scripts/check_repository_health.py

The same check runs in GitHub Actions on pushes and pull requests.

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.

Tools

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/MukundaKatta/dns-mcp'

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