dns-cache for Cline
io.github.weiseer/dns-cache
DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents.
client:Cline
transport:stdio
runtime:npm
Install dns-cache in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs