Skip to content
Cursor

dns aid for Cursor

io.github.dns-aid/dns-aid

Discover and publish AI agents via DNS using SVCB records (RFC 9460)

client:Cursor transport:stdio runtime:pypi

Install dns aid 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-aid": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "dns-aid"
      ],
      "env": {
        "DNS_AID_BACKEND": "<DNS_AID_BACKEND>"
      }
    }
  }
}

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

dns aid in other clients