Skip to main content
Glama

Related Servers

Alternatives to redmine-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables MCP clients to interact with Redmine through its REST API, supporting issues, search, time entries, relations, checklists, versions, watchers, and configurable read-only or feature-flag modes.
      32 npm
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables querying Redmine projects via the MCP protocol, currently supporting listing projects.
      2 npm
      MIT

    TDQS

    A3.5/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool targets a distinct operation on the issue resource: fetching one, listing many, updating, and creating. There is no overlap or ambiguity between the four tools.

    Naming Consistency5/5

    All tool names follow a consistent verb_noun snake_case pattern: get_issue, list_issues, update_issue, create_issue. The naming is predictable and easy to infer.

    Tool Count5/5

    Four tools is well-scoped for a Redmine issue-focused MCP server. Each tool provides a necessary and distinct capability without unnecessary bloat.

    Completeness4/5

    The core issue lifecycle is covered: create, read single, read list, and update. The only notable gap is the absence of a delete_issue operation, though this can often be worked around via update_issue.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues