ChaosPatch

lmdrew96/ChaosPatch
★ 0 stars TypeScript 🌐 Browser/Web Updated today
ChaosPatch is a lightweight, project-scoped patch tracking tool for developers. It connects a clean PWA to a Claude Code MCP server — so you can manage bug fixes, feature patches, and refactors from both a browser UI and directly inside a Claude Code session.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chaospatch": {
      "command": "npx",
      "args": [
        "-y",
        "lmdrew96/ChaosPatch"
      ]
    }
  }
}

README Excerpt

> Dev patch tracking — in your browser and in your Claude Code session. **ChaosPatch** is a project-scoped patch tracker built for developers. Log bugs, fixes, and refactors as patches, organize them by project, and let Claude Code read and update your list mid-session via MCP. Part of the [ADHDesigns](https://adhdesigns.dev) Chaos ecosystem.

Tools (16)

cp_add_notecp_add_patchcp_add_projectcp_batch_updatecp_complete_patchcp_delete_patchcp_delete_projectcp_get_project_summarycp_list_all_patchescp_list_patchescp_list_projectscp_reopen_patchcp_search_patchescp_start_patchcp_update_patchcp_update_project