mcp-zmq
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-zmqPublish 'hello' to topic 'test' on tcp://localhost:5555"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-zmq — MCP server for ZMQ messaging
mcp-name: io.github.daedalus/mcp-zmq
Install
pip install mcp-zmqRelated MCP server: MCP Echo Service
Usage
MCP Server
mcp-zmqPython API
from mcp_zmq import zmq_publish, zmq_subscribe, zmq_send_request, zmq_listen_replyAvailable 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/Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daedalus/mcp-zmq'
If you have feedback or need assistance with the MCP directory API, please join our Discord server