🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-zmq

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-zmq

MCP server for ZMQ messaging

pipPyPI
Version
0.1.0
Weekly downloads
15
-25%
Maintainers
1
Weekly downloads
 

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/

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts