
When three developers use AI agents on the same codebase, those agents need to share what they know. Tages gives them persistent, quality-controlled, shared memory: conventions, decisions, architecture, past mistakes.
20
free MCP tools
<10ms
local recall
Any
model or machine
# Add to any MCP client (Claude, Qwen, DeepSeek)
$ claude mcp add tages -- npx -y @tages/server
MCP server registered.
# Agent remembers conventions across sessions
$ tages recall "error handling"
[convention] api-errors
Return { error, code, status }
MCP-only path needs no account. Or install the CLI and run tages init for cloud sync + dashboard.
claude mcp add tages -- npx -y @tages/server # Or install the full CLI: npm install -g @tages/cli && tages init
Store conventions, decisions, and architecture notes. Git hooks auto-extract from commits.
tages remember "auth-pattern" \ "JWT in httpOnly cookie, refresh via /api/auth/refresh" \ --type convention
Every new session starts with full context. No re-explanation needed.
# In any AI session, weeks later: > "How does auth work in this project?" # Agent recalls via MCP: [convention] auth-pattern JWT in httpOnly cookie, refresh via /api/auth/refresh
Every session starts over. Your codebase knowledge vanishes between conversations.
Every new AI session starts from scratch. The same questions get asked, the same codebase gets re-explored.
Your agent invented camelCase endpoints yesterday. Today it's writing snake_case. Last week it was kebab-case.
You fixed that race condition last month. Your agent just recreated it because it never knew.
Your agents work on the same codebase but make contradictory decisions. No one audits what they learn.
Not just another dev tool. Shared context that compounds.
Claude, Qwen, DeepSeek, Codex: one memory set works across every MCP-compatible tool. Switch models or machines without losing context. Cloud sync keeps memories in sync wherever you code.
Your agents follow the same naming patterns, error handling, and architecture decisions every time. No more re-explaining your codebase standards each session.
SQLite cache means your agent never waits. Works fully offline. Supabase syncs in the background when connected, so memories follow you across machines.
RBAC, federation, shared dashboards, convention enforcement. One developer's decision becomes every agent's context.
Start free with 20 core tools. Upgrade for team sharing and advanced features.
For solo developers. Works offline.
For professional developers.
Email support@tages.ai
For shared codebases. 1–20 seats.
Email support@tages.ai
Your infrastructure, your data.