Persistent codebase memory for AI coding agents. MCP server + CLI + dashboard.
# Tages **Team memory for AI coding agents.** [](LICENSE) []() 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 transferring institutional knowledge, when the wrong memory survives a refactor because no one audited it. Memory isn't storage. It's a team practice. Tages treats codebase memory as a managed artifact: structured types, quality scoring, audit trails, sharpen passes that rewrite vague notes into imperative agent instructions. One developer's architecture decision becomes every agent's context. A bad memory gets flagged and corrected before it misleads the next session. Start in under 60 seconds with one command. Add team features when your workflow demands them. ```bash Claude MCP add tages -- npx -y @tages/server ``` ## Why Tages? | | Tages | Zep | Mem0 | |---|---|---|---| | Install | One line (`Claude MCP add`) | Docker + API key | API key + SDK | | Local-only mode | Yes (SQLite, zero config) | Self-hosted only | No (cloud-only) | | Team sharing | Yes (RBAC, federation) | Yes (cloud) | No | | Dashboard | Yes (Next.js, analytics) | Yes | Basic | | Quality control | Audit, sharpen, enforce | No | No | | Memory types | 11 structured types | Knowledge graph (Graphiti) | Structured | | MCP tools | 56 | N/A | N/A | | Search | Trigram + semantic + decay | Temporal knowledge graph | Vector | | Workflow integration | Git hooks, CI/CD, briefs | SDK calls | SDK calls | | Pricing | Free local / $14 Pro | Open-source / Clou
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.