AI that remembers you.

One developer. Eight production apps. 2,400+ persistent memories. Five autonomous agents that ship code, process recordings, and compound knowledge while you sleep. This is what happens when AI never forgets.

npx traqr-memory-mcp --install

Just memory

npx @traqr/cli init

Full platform

Works with Claude Code, Cursor, Codex, and any MCP client. Free and open source.

See it work

Memory that persists across sessions.

traqr — install
One config file

Everything generated.

Write a .traqr/config.json, run npx traqr render. TraqrOS generates your entire development harness.

.traqr/config.json
{
  "project": {
    "name": "my-saas",
    "type": "code",
    "displayName": "My SaaS"
  },
  "memory": {
    "supabaseUrl": "...",
    "embeddingProvider": "openai"
  },
  "vcs": "github",
  "monorepo": { "enabled": false },
  "skills": ["ship", "einstein", "checkpoint"],
  "worktrees": {
    "slots": ["feature1", "feature2", "bugfix1"]
  }
}
01

CLAUDE.md

Project intelligence file — conventions, routing, memory triggers, workflow rules. Your AI reads this first.

02

50+ slash commands

/ship, /einstein, /bethesda, /daily-brief, /cos, /call — all generated from your config.

03

Memory MCP server

11 tools: store, search, context, browse, enhance, pulse, archive, audit, read, forget, correct.

04

Worktree slots

Parallel development branches with port assignments, aliases, and pre-push guardrails.

05

Guardian

Autonomous PR lifecycle — rebase, build, merge, sync slots, extract learnings back to memory.

06

Obsidian vault

Research docs, agent diaries, decision records, daily briefs — structured knowledge that persists.

Architecture

Five primitive contracts.

TraqrOS v3.0 is built on contracts, not features. Every capability composes from these five primitives. Agents in parallel worktrees coordinate through shared memory and culture docs.

Profile

The gravity well

Materialized view of your decision patterns. Compiled from memory DB, vault, config, and life recordings. Every other primitive exists to serve it.

Source

Data adapters

Adapter contracts for data providers with graceful degradation. Linear, Slack, PostHog, Supabase, Granola, Gmail — each a golden path.

Surface

Output contracts

Where intelligence appears. Terminal (always), Obsidian vault (always), Slack channels (conditional). Same data, multiple forms.

Skill

Composable actions

How automation consumes Profile + Sources and writes to Surfaces. /ship, /einstein, /bethesda, /daily-brief — 50+ and growing.

Distribution

The upgrade path

npx traqr init creates your instance. npx traqr update upgrades it. Config-driven, section-preserving, zero-downtime updates.

39+ skills

Zero configuration.

Every skill is a slash command. Generated from your config, tuned to your project. Click any skill to see what it does.

Showing 39 of 50+ skills. The full set is generated from your .traqr/config.json.

0+

memories in the knowledge graph

0+

users across production apps

0+

PRs shipped in one weekend

One developer. Eight apps. Five agents running overnight. The system compounds while you sleep.

Built by one developer managing 8 production apps with real users — PokoTraqr (1,800+ users, 5K daily pageviews), NookTraqr (Animal Crossing community), Jiggy Capital (portfolio intelligence). Five agents shipped 88 PRs in one weekend while the developer slept. The system that built itself is now the system that builds your system.

Runs everywhere

Your stack. Your rules.

github

GitHub stack

  • + GitHub + Linear or GitHub Issues
  • + Supabase or any Postgres 15+
  • + Any embedding provider
  • + Slack, or none
gitlab

GitLab stack

  • + GitLab cloud or self-hosted
  • + Any Postgres 15+
  • + Any embedding provider
  • + Slack, or none

VCS auto-detected from your git remote. Embedding provider, database, and integrations all configurable in .traqr/config.json.

TraqrDB

Give your AI persistent memory. BYO Postgres + pgvector. 11 MCP tools. Semantic search, entity extraction, lifecycle management.

npx traqr-memory-mcp --install

Supabase free tier, Docker, or any Postgres 15+

Full Platform

Memory + template engine + worktree slots + 50+ skills + Guardian automated PR lifecycle. The whole stack.

npx @traqr/cli init

GitHub + GitLab. Auto-detected from your git remote.

Your infrastructure, your data, forever.