Agentβ™₯︎Age
Catalog

io.github.navapbc/rebar

Official

by navapbc Β· Python

Event-sourced ticket system with a Jira reconciler, exposed as an MCP server.

io.github.navapbc/rebar (MCP server)

Event-sourced ticket system with a Jira reconciler, exposed as an MCP server.

The MCP server implements a git-backed ticket store with Jira reconciliation, enabling events, state replay, and integration via the MCP protocol. It is designed for agent swarms and supports exposure as a Python library, a CLI, and an MCP endpoint for programmatic access.

πŸ› οΈ Key Features

  • Event-sourced ticket storage with git-backed history
  • Jira reconciler to align tickets with Jira issues
  • MCP server exposure for programmatic interaction
  • Multi-mode availability: library, CLI, and MCP interface
  • Clear readme and documentation for developers

πŸš€ Use Cases

  • Reconcile and track tickets across teams via MCP
  • Persist ticket state with event sourcing for auditability
  • Integrate Jira and ticket workflows in autonomous agent swarms
  • Local development via CLI and library usage

⚑ Developer Benefits

  • Grounded in a Git-backed event store for reproducible histories
  • Clear separation of concerns: core logic, CLI, and MCP-facing API
  • Descriptive readme excerpt supports quick onboarding
  • Open-source licensing and CI visibility

⚠️ Limitations

  • Specific MCP protocol behavior and edge cases not detailed in source excerpt
  • Jira reconciliation logic may require Jira access and configuration outside the repo
  • Documentation may be partial; consult repository for full usage and setup notes