MCP server for ZMQ messaging
Valid MCP server (1 strong, 4 medium validity signals). 5 known CVEs in dependencies (1 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
8 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-daedalus-mcp-zmq": {
"args": [
"mcp-zmq"
],
"command": "uvx"
}
}
}From the project's GitHub README.
mcp-zmq — MCP server for ZMQ messaging
mcp-name: io.github.daedalus/mcp-zmq
pip install mcp-zmq
mcp-zmq
from mcp_zmq import zmq_publish, zmq_subscribe, zmq_send_request, zmq_listen_reply
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 statusgit 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/
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.