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