Skip to main content
Glama
andreimaxim

rollbar-mcp

by andreimaxim

Related Servers

Alternatives to rollbar-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      D
      maintenance
      MCP server implementation that enables LLMs to interact with Rollbar error tracking data, allowing users to list and analyze errors, view occurrences, track deployments, and access project information.
      13
      16 npm
      6
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP server for investigating cloud incidents and managing approvals. Provides read-only tools to list incidents, investigate incidents, and list approvals, keeping remediation behind human approval.
      MIT
    • F
      license
      A
      quality
      C
      maintenance
      Read-only MCP server for searching migrated Papertrail logs via SolarWinds Observability API. Provides tools to list environments and perform bearer-authenticated log queries through stdio.
      2
      33 npm
      -
    • A
      license
      A
      quality
      B
      maintenance
      A read-only MCP server for comparing environment configuration files, detecting drifts like added, removed, or secret-changed entries, while masking secrets and restricting file access to allowed directories.
      3
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      MCP server for the Production Master incident-investigation service, enabling any MCP client to drive investigations via tool calls with pass-through authentication.
      MIT

    TDQS

    A3.8/5.0

    Scored across 2 tools

    Disambiguation4/5

    rollbar_list_environments is clearly specific to listing environments, while rollbar_get is a generic authenticated GET. The risk of confusion is low, though rollbar_get could technically be used to list environments as well, making boundaries slightly blurred.

    Naming Consistency4/5

    Both tools share the rollbar_ prefix and use verb-first naming. However, rollbar_list_environments has a verb_noun structure while rollbar_get is just a verb, so the pattern is not perfectly uniform.

    Tool Count2/5

    Only two tools for a platform as feature-rich as Rollbar is very thin. The generic GET tool provides some flexibility, but the server feels understaffed for its domain.

    Completeness2/5

    The toolset is entirely read-only: listing environments and making GET requests. There are no create, update, or delete operations, leaving many Rollbar workflows inaccessible. The generic GET helps read data but cannot close the gap for write operations.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues