What is the io.github.navapbc/rebar MCP server?
Event-sourced ticket system with a Jira reconciler, exposed as an MCP server.
How to install io.github.navapbc/rebar
Copy-paste configuration for popular MCP clients.
REBAR_ROOTPath to the repo root that holds the .tickets-tracker store (defaults to the git toplevel of the working dir).
REBAR_MCP_READONLYSet to 1 to expose only the read tools (no write/mutation tools).
REBAR_MCP_ALLOW_RECONCILE_LIVESet to 1 to allow the live (mutating) Jira reconcile mode; otherwise reconcile is dry-run only.
{
"mcpServers": {
"rebar": {
"command": "uvx",
"args": [
"nava-rebar"
],
"env": {
"REBAR_ROOT": "<YOUR_REBAR_ROOT>",
"REBAR_MCP_READONLY": "<YOUR_REBAR_MCP_READONLY>",
"REBAR_MCP_ALLOW_RECONCILE_LIVE": "<YOUR_REBAR_MCP_ALLOW_RECONCILE_LIVE>"
}
}
}
}{
"mcpServers": {
"rebar": {
"command": "uvx",
"args": [
"nava-rebar"
],
"env": {
"REBAR_ROOT": "<YOUR_REBAR_ROOT>",
"REBAR_MCP_READONLY": "<YOUR_REBAR_MCP_READONLY>",
"REBAR_MCP_ALLOW_RECONCILE_LIVE": "<YOUR_REBAR_MCP_ALLOW_RECONCILE_LIVE>"
}
}
}
}{
"mcpServers": {
"rebar": {
"command": "uvx",
"args": [
"nava-rebar"
],
"env": {
"REBAR_ROOT": "<YOUR_REBAR_ROOT>",
"REBAR_MCP_READONLY": "<YOUR_REBAR_MCP_READONLY>",
"REBAR_MCP_ALLOW_RECONCILE_LIVE": "<YOUR_REBAR_MCP_ALLOW_RECONCILE_LIVE>"
}
}
}
}{
"servers": {
"rebar": {
"type": "stdio",
"command": "uvx",
"args": [
"nava-rebar"
],
"env": {
"REBAR_ROOT": "<YOUR_REBAR_ROOT>",
"REBAR_MCP_READONLY": "<YOUR_REBAR_MCP_READONLY>",
"REBAR_MCP_ALLOW_RECONCILE_LIVE": "<YOUR_REBAR_MCP_ALLOW_RECONCILE_LIVE>"
}
}
}
}claude mcp add rebar --env REBAR_ROOT=<YOUR_REBAR_ROOT> --env REBAR_MCP_READONLY=<YOUR_REBAR_MCP_READONLY> --env REBAR_MCP_ALLOW_RECONCILE_LIVE=<YOUR_REBAR_MCP_ALLOW_RECONCILE_LIVE> -- uvx nava-rebarRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.