Skip to main content
Glama

mcp-zmq — MCP server for ZMQ messaging

PyPI Python Coverage Ruff

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 socket

  • zmq_subscribe: Subscribe to messages from a ZMQ SUB socket

  • zmq_send_request: Send a request via ZMQ REQ socket

  • zmq_listen_reply: Listen for requests and reply via ZMQ REP socket

  • zmq_pair_connect: Connect to a ZMQ PAIR socket

  • zmq_pair_bind: Bind a ZMQ PAIR socket

  • zmq_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/
Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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