agentctxStar on GitHub
Work in progress

The context layer for AI coding agents.

Open source. Local-first. Persistent understanding that scales with your codebase.

Quick start

One install, then it remembers.

The client runs on your machine. Nothing leaves it.

bash
# Install global client
npm install -g @agentctxhq/agentctx

The friction

Every session starts from zero.

  • Your agent forgets the codebase between runs.
  • Logs pile up as noise, never as understanding.
  • Each tool keeps its own project layer, alone.

The agentctx way

Context is not a log. Structured understanding for the agent that picks up where you left off.

project_schema.json
Active context: auth workflow

Roadmap

What we're building.

One surface at a time, ending in a standard anyone can implement.

  1. 1

    Claude Code

    MCP server, local storage, fully open source context injection for the Claude CLI.

    Available now
  2. 2

    Cursor

    The same persistent context layer, running as a background service for IDE surfaces.

    In progress
  3. 3

    Open protocol

    Context as shared infrastructure. One standard every agent can read and write.

    Planned

Get started

Start with Claude Code today.

Install the client, run your agent, and let the context layer build itself.

Star on GitHub