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: buspirate-mcp
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA lightweight server that enables multi-agent orchestration by allowing agents to communicate through direct messages and named channels. It provides tools for agents to discover each other, create communication channels, and exchange messages via a central broker.Last updated2MIT
- Alicense-qualityDmaintenanceMCP server for BusPirate 6 hardware security testing. Exposes UART, SPI, I2C, 1-Wire, power supply, GPIO, and logic analyzer operations as tools.Last updated2MIT
- Flicense-qualityDmaintenanceEnables interaction with the Opiny API through MCP, supporting both local STDIO and remote HTTP Stream transports.Last updated
- Alicense-qualityCmaintenanceProvides utilities to help maintain MCP repositories, including testing tools, parameter type support, and multiple transports (STDIO, SSE, Streamable HTTP).Last updated169MIT
Related MCP Connectors
Discover, search, invoke, and rate A2A (Agent-to-Agent) protocol agents.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
Hosted NeuroDock — stateless communication and planning tools over OAuth-secured Streamable HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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