Skip to content
Zed

mcp mdns for Zed

io.github.daedalus/mcp-mdns

MCP server for mDNS (Multicast DNS) service discovery

client:Zed transport:stdio runtime:pypi

Install mcp mdns in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-mdns": {
      "command": "uvx",
      "args": [
        "mcp-mdns"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp mdns in other clients