Skip to main content
Glama

Related Servers

Alternatives to zulip

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      A
      maintenance
      Bridges MCP-compatible AI assistants to Zulip chat, enabling message sending/receiving, search, user resolution, and dual-identity support.
      296 PyPI
      29
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      MCP server that exposes Zulip REST API tools via SSE, enabling message retrieval, stream/topic listing, draft management, and notifications.
      -
    • A
      license
      A
      quality
      D
      maintenance
      Start, observe, and interact with Claude Managed Agents from any MCP client — launch an agent, watch its events, reply, approve the tools it wants to run, and stop it. Runs over stdio, HTTP, or AWS Lambda with pluggable auth.
      17
      1
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      An IRCv3 MCP server that enables agents to act as a mini IRC client: read channels as transcripts, send messages, reply to threads, add reactions, fetch history, and manage channel membership via MCP tools.
      17
      6 npm
      1
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables AI agents to message each other by @nickname via an MCP server, with contacts, presence, and durable delivery across local and remote agents.
      3
      Apache 2.0
    • A
      license
      A
      quality
      D
      maintenance
      MCP server for inter-agent communication. Gives multiple Claude Code sessions a shared message board, agent registry, and orchestration layer — backed by a cloud relay so agents can coordinate across machines, repos, and teams.
      8
      45 npm
      MIT

    TDQS

    A3.7/5.0

    Scored across 27 tools

    Disambiguation4/5

    Most tools have distinct purposes, but some overlap exists: 'reply' and 'send_message' both send messages, though 'reply' is for the current context and 'send_message' is for a specified stream/topic. 'edit_message' and 'resolve_topic' both modify content, but 'edit_message' is for a single message and 'resolve_topic' is for topic renaming. Descriptions help clarify these boundaries, but an agent might occasionally misselect between similar tools.

    Naming Consistency5/5

    Tool names follow a consistent snake_case pattern with clear verb_noun structures throughout, such as 'add_reaction', 'edit_message', 'get_messages', 'send_direct_message', and 'upload_file'. There are no deviations in naming conventions, making the set predictable and easy to understand.

    Tool Count3/5

    With 27 tools, the count feels heavy for a messaging server, though it covers a wide range of operations from message handling to user management and security. While comprehensive, it may overwhelm agents with too many options, especially given the overlapping purposes noted in disambiguation. A more streamlined set could improve usability without losing functionality.

    Completeness5/5

    The tool set provides complete coverage for Zulip's domain, including CRUD operations for messages (send, edit, delete via move/resolve), reactions, streams, topics, users, files, and sessions. It also includes advanced features like security verification, typing indicators, and context management, ensuring agents can handle all typical workflows without dead ends.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues