Skip to content

Trace. Context. Continuity.

Give all your AI coding tools a shared brain. Capture decisions, track refactors, and never lose context again.

$ traz search "auth issue"
[semantic search] Search: "auth issue" (2 results)
─────────────────────────────────────────────
1. Fixed JWT refresh race condition (89%)
Tool: cursor Type: commit Age: 2h ago

2. Added refresh token fallback (76%)
Tool: gemini Type: refactor Age: 1d ago
$ traz mcp start --agent claude
✔ MCP Server running. Connected to Claude Code.

trazTrace. Context. Continuity.

A local-first engineering memory layer and MCP server that gives your AI coding tools a shared, persistent brain.

traz logo

Built for developers who switch tools, not context.

The Context Fragmentation Problem

Modern software development increasingly relies on multiple, specialized AI agents. A standard workflow might involve:

  1. Triaging a stack trace in Claude Code.
  2. Refactoring a dense component within Cursor IDE.
  3. Generating unit tests via a terminal agent like Aider or Antigravity.

At every tool boundary, context is lost. The AI in the IDE does not inherently know what the AI in the terminal just fixed. Every new session starts as an isolated environment, forcing developers to manually rebuild the context window.

The Solution

traz resolves this by acting as an automated engineering diary. It establishes a highly searchable, persistent timeline. This timeline is securely stored locally and exposed via the Model Context Protocol, ensuring that subsequent AI sessions inherit the context of previous decisions.

Released under the MIT License.