A
Aiagentdns Dnsnode
by @jsjfai
AIAgentDNS·DNSNode makes it easy to manage and scale multiple MCP (Model Context Protocol) servers by organizing them into flexible Streamable HTTP (SSE) endpoints—supporting access to all servers, individual servers, or logical server groups.
Created 10/23/2025
Updated 8 days ago
README
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-aiagentdns-dnsnode
Cursor configuration (mcp.json)
{
  "mcpServers": {
    "jsjfai-aiagentdns-dnsnode": {
      "command": "npx",
      "args": [
        "jsjfai-aiagentdns-dnsnode"
      ]
    }
  }
}