detritus

benitogf/detritus
★ 4 stars Go Code/Dev Tools Updated today
MCP server for AI coding assistants: a curated knowledge base of engineering doctrine (kb_), live codebase exploration (code_), and verified learned memory (skill_*) — plus slash commands that carry work from plan to open PR through one pipeline (plan → build → review → deliver), in-session or via a multi-agent sidecar.
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": {
    "detritus": {
      "command": "go",
      "args": [
        "run",
        "github.com/benitogf/detritus@latest"
      ]
    }
  }
}

README Excerpt

> 🪨 **[benitogf.github.io/detritus](https://benitogf.github.io/detritus/)** — what detritus does, at a glance: the knowledge base, code intelligence, candyland, and the delivery pipeline. Detritus is an MCP server for AI coding assistants. It exposes a curated knowledge base of engineering doctrine (`kb_*` tools) and live codebase