5head

TillmanBuildsTech/5head
★ 0 stars C# AI/LLM Updated 1d ago
5head-mcp: durable, curated, provenance-backed memory MCP server for LLM coding assistants (GitHub Copilot first-class)
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": {
    "5head": {
      "command": "npx",
      "args": [
        "-y",
        "TillmanBuildsTech/5head"
      ]
    }
  }
}

README Excerpt

> Durable, curated, provenance-backed memory for LLM coding assistants. > Plugs into Claude Code, GitHub Copilot CLI, Cursor, VS Code — any MCP-compatible client. - **Curated markdown, not event logs.** Three files (`SOUL.md` / `MEMORY.md` / `USER.md`) with enforced character limits force the agent to distill signal from noise instead of growing an unbounded dump.

Tools (7)

check_contradictionsconfirm_factget_provenancelist_factsread_memoryretract_factwrite_memory