ZMQ (daedalus)
FreeNot checkedEnables ZeroMQ messaging with publish/subscribe, request/reply, and pair socket patterns.
About
Enables ZeroMQ messaging with publish/subscribe, request/reply, and pair socket patterns.
README
mcp-zmq — MCP server for ZMQ messaging
mcp-name: io.github.daedalus/mcp-zmq
Install
pip install mcp-zmq
Usage
MCP Server
mcp-zmq
Python API
from mcp_zmq import zmq_publish, zmq_subscribe, zmq_send_request, zmq_listen_reply
Available Tools
zmq_publish: Publish a message to a ZMQ PUB socketzmq_subscribe: Subscribe to messages from a ZMQ SUB socketzmq_send_request: Send a request via ZMQ REQ socketzmq_listen_reply: Listen for requests and reply via ZMQ REP socketzmq_pair_connect: Connect to a ZMQ PAIR socketzmq_pair_bind: Bind a ZMQ PAIR socketzmq_status: Get ZMQ server status
Development
git clone https://github.com/daedalus/mcp-zmq.git
cd mcp-zmq
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/
Installing ZMQ (daedalus)
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/daedalus/mcp-zmqFAQ
Is ZMQ (daedalus) MCP free?
Yes, ZMQ (daedalus) MCP is free — one-click install via Unyly at no cost.
Does ZMQ (daedalus) need an API key?
No, ZMQ (daedalus) runs without API keys or environment variables.
Is ZMQ (daedalus) hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install ZMQ (daedalus) in Claude Desktop, Claude Code or Cursor?
Open ZMQ (daedalus) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare ZMQ (daedalus) with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
