Skip to content
Zed

mcp zmq for Zed

io.github.daedalus/mcp-zmq

MCP server for ZMQ messaging

client:Zed transport:stdio runtime:pypi

Install mcp zmq in Zed

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

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

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

mcp zmq in other clients