SYS.STATUS: ONLINENODES: 4,092LATENCY: 12ms

Total
Recall
For AI.

The persistent memory layer for autonomous agents. 0ctx acts as a durable brain, storing project context in a traversable graph so your AI never hallucinates or forgets.

Initialize Daemon
MEMORY_USAGE

01 // THE PROBLEM X:049 Y:201

LLMs are brilliant but amnesic.

Every new session is a blank slate. Context windows are expensive and ephemeral. Critical architectural decisions, constraints, and user preferences are lost the moment the terminal closes.

02 // THE SOLUTION X:092 Y:201

A connected knowledge graph.

0ctx sits alongside your IDE and your AI. As a native MCP server, it exposes your project's historical context, constraints, and decisions. Agents dynamically query the graph via strict traversal to pull in relevant "memories" before generating a single token.

0ctx query "auth system"
> Retrieving nodes: [Auth0, JWT, UserSchema]
> Found constraint: "No 3rd party auth provider" (2023-09-12)
> Context injected into prompt.

SYSTEM MODULES SEC:03

D

Background Daemon

Runs locally. Watches file changes and git commits to automatically update the knowledge graph in real-time.

C

CLI Integration

Pipe context directly into standard inputs. Works with Copilot, GPT-4, and local LLAMA instances.

G

Memory Graph

Visualize the brain of your project. Identify orphaned logic and contradictory requirements via the web dashboard.

API

Semantic Search

"Why did we choose Postgres?" 0ctx retrieves the specific commit message and Slack discussion from 3 months ago.

CURE AMNESIA

Start building with a permanent memory.

Download v0.9.2Read The Manifesto