Skip to content
Cursor

dns-cache for Cursor

io.github.weiseer/dns-cache

DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents.

client:Cursor transport:stdio runtime:npm

Install dns-cache in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dns-cache": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/dns-cache-mcp"
      ],
      "env": {
        "DNS_CACHE_URL": "<DNS_CACHE_URL>",
        "DNS_CACHE_LOCAL_ONLY": "<DNS_CACHE_LOCAL_ONLY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dns-cache in other clients