Skip to main content
Glama

Related Servers

Alternatives to mcp-zmq

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables MCP-capable agents running in separate consoles to exchange direct and broadcast messages through a blocking receive tool that releases instantly when mail arrives, so delivery feels push-like rather than polled. It also provides a live browser dashboard showing message flow, presence and per-agent profiles, plus CLI and HTTP endpoints for sending, tailing and replaying the log.
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Exposes stdio MCP tools that let an AI coding agent delegate bounded tasks to a peer agent, exchange updates and cancellations, and send non-blocking messages over an authenticated local WebSocket hub. It carries routing IDs, mailbox durability, and a peer-message notification channel so independent sessions can coordinate work.
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      Minimal MCP server allowing Python functions to be served as MCP tools over stdio or HTTP, with a built-in client for connecting to MCP servers.
      170 PyPI
      2
      Apache 2.0
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides OAuth-based MCP integration and client-side tooling for connecting agents to a remote service, with CLI and plugin support.
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Extensible trading-intelligence MCP server with diagnostic tools, structured logging, and tool registration; currently provides server info tool with plans for market data adapters.
      1
      4 npm
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      A shared MCP hub that enables multiple coding-agent CLIs to register, discover, and communicate asynchronously via a standalone daemon. It provides MCP tools for agent registration, session management, non-blocking messaging, and cursor-based event reading.
      1 npm
      1
      MIT

    TDQS

    A3.6/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool targets a distinct ZMQ socket type or role (REP, PAIR bind/connect, PUB, REQ, SUB), with no overlap in purpose. Agents can clearly distinguish them.

    Naming Consistency5/5

    All tools follow a consistent zmq_verb_noun pattern using snake_case, making the naming predictable and uniform across the set.

    Tool Count5/5

    With 6 tools covering essential ZMQ socket types (REQ/REP, PUB/SUB, PAIR), the count is well-scoped and each tool serves a clear purpose.

    Completeness4/5

    The set covers fundamental ZMQ patterns but lacks support for PUSH/PULL, DEALER/ROUTER, and cleanup actions like disconnect. Minor gaps exist but core workflows are addressed.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues