tages

ryantlee25-droid/tages
★ 4 stars TypeScript AI/LLM Updated 4d ago
Persistent codebase memory for AI coding agents. MCP server + CLI + dashboard.
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": {
    "tages": {
      "command": "npx",
      "args": [
        "-y",
        "ryantlee25-droid/tages"
      ]
    }
  }
}

README Excerpt

**Team memory for AI coding agents.** Your AI agents forget everything between sessions. Every decision re-litigated. Every convention re-explained. Every past mistake repeated by the next agent that touches the same code. Personal memory tools patch the symptom: store some facts, retrieve them later. That works for solo developers who remember what they stored. It breaks down when teams ship with AI — when three developers are using agents on the same codebase, when onboarding requires transfer

Topics

aiai-agentsclaude-codecodebase-memorycursordeveloper-toolsmcpopen-sourcesupabasetypescript