Skip to content
Windsurf

dns-cache for Windsurf

io.github.weiseer/dns-cache

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

client:Windsurf transport:stdio runtime:npm

Install dns-cache in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

dns-cache in other clients