sprinter

danimoya/sprinter
★ 0 stars Python AI/LLM Updated 1mo ago
Gated work-backlog tracker with priority scoring, a filter/sort UI, and a built-in MCP server — so AI agents can pull the next item and report progress.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sprinter": {
      "command": "uvx",
      "args": [
        "sprinter"
      ]
    }
  }
}

Or install with pip: pip install sprinter

README Excerpt

**A self-hosted, gated work-backlog tracker with priority scoring, a filterable/sortable UI, and a built-in [MCP](https://modelcontextprotocol.io) server — so AI agents can pull the next item, do the work, and report progress back.** sprinter was built to drive an **autonomous remediation loop**: a fleet of agents queries the backlog over MCP (`next_item`), implements a fix, and marks the item done (`update_item`) — every change audit-logged. It works just as well as a plain human backlog board.