dns-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dns-mcpresolve A records for example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dns-mcp
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.pyThe same check runs in GitHub Actions on pushes and pull requests.
Maintenance
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