# zzhang82/Agent-Memory-Bridge [Health: Active]

**Category:** 🧠 Knowledge & Memory  
**Repository:** https://github.com/zzhang82/Agent-Memory-Bridge  
**GitHub Stars:** 6  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/zzhang82-agent-memory-bridge

## Description
MCP-native, local-first memory for coding agents that turns coding sessions into reusable engineering memory: decisions, gotchas, and domain knowledge.

## Tools
Capabilities this server exposes over MCP:

- **store**
- **recall**
- **browse**
- **stats**
- **forget**
- **feedback**
- **promote**
- **annotate**
- **revise**
- **export**
- **begin_run**
- **record_run_event**
- **get_run**
- **complete_run**
- **claim_signal**
- **extend_signal_lease**
- **ack_signal**

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "agent-memory-bridge": {
    "command": "uvx",
    "args": ["agent-memory-bridge"]
  }
}
```

## Documentation & README

<p align="center">
  <img src="https://raw.githubusercontent.com/zzhang82/Agent-Memory-Bridge/HEAD/assets/amb-hero.png" alt="Agent Memory Bridge — governed project memory across sessions and tools" width="100%" />
</p>

<h1 align="center">Agent Memory Bridge</h1>

<p align="center"><strong>Carry project decisions into the next coding session.</strong></p>

<p align="center">
  AMB helps coding agents remember the decisions that matter — across sessions, tools, and time.
</p>

<p align="center"><a href="https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/README.zh-CN.md">简体中文</a></p>

<p align="center">
  <a href="https://pypi.org/project/agent-memory-bridge/"><img src="https://img.shields.io/pypi/v/agent-memory-bridge?logo=pypi&logoColor=white" alt="PyPI" /></a>
  <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP_Server-Enabled-4A90E2?logo=protocolsdotio&logoColor=white" alt="MCP Server" /></a>
  <a href="https://github.com/zzhang82/Agent-Memory-Bridge/actions/workflows/ci.yml"><img src="https://github.com/zzhang82/Agent-Memory-Bridge/actions/workflows/ci.yml/badge.svg" alt="CI" /></a>
  <a href="https://github.com/zzhang82/Agent-Memory-Bridge/releases"><img src="https://img.shields.io/github/v/release/zzhang82/Agent-Memory-Bridge?logo=github&color=2ea44f" alt="GitHub Release" /></a>
  <a href="https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/LICENSE"><img src="https://img.shields.io/badge/license-MIT-2ea44f.svg" alt="MIT License" /></a>
  <a href="https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/pyproject.toml"><img src="https://img.shields.io/badge/python-3.11%2B-3776AB.svg" alt="Python 3.11+" /></a>
</p>

```bash
pip install agent-memory-bridge
```

**Install once; connect each coding client separately.** Installing the package does not register AMB with every coding agent. Each client you want to use must be configured to launch AMB as an MCP stdio server. Clients that should share memory need to use the same configured local AMB home.

## Your project should not start over with every session

A project is more than its current files. Over time, useful context gets scattered across repositories, chats, coding agents, reviews, fixes, and one-off decisions. A new session can see the code but still miss the reasons that make the project make sense.

AMB gives those decisions a durable place to live. The first win is simple: teach one real decision, close the session, open a fresh coding-agent session, and hear the same decision come back from AMB.

| Without shared project memory | With AMB |
|---|---|
| Each session reconstructs context | Useful project knowledge carries forward |
| Decisions disappear into old chats | Explicit decisions and reasons stay with the project |
| Different tools build different partial pictures | Supported MCP clients can use the same configured local AMB home |
| Memory can become stale or ambiguous | Provenance, revision, supersession, and inspection keep it governable |

AMB is local-first and inspectable. It does not silently archive every conversation or treat every remembered statement as equal authority.

## Quick Start

AMB requires **Python 3.11+**, Git, and an MCP-compatible coding client that can launch a local stdio server.

Current package/source version: `0.33.0`.

Published releases: see [GitHub Releases](https://github.com/zzhang82/Agent-Memory-Bridge/releases).

The first win happens inside the coding agent, in a fresh session. CLI Explore/Inspect and `doctor`/`verify` are later checks, not that win.

### 1. Install AMB

For the Quick Start, use a virtual environment so every coding client can point at one stable Python launcher. Replace `<venv-python>` with the Python executable inside `.amb-venv` for your operating system.

```bash
python -m venv .amb-venv
<venv-python> -m pip install agent-memory-bridge==0.33.0
```

For development or audit work against an exact source checkout, use:

```bash
<venv-python> -m pip install -e .
```

### 2. Connect the coding client you actually use

Installation and client registration are separate. Preview the setup for one client first:

```bash
<venv-python> -m agent_mem_bridge setup --client <client>
```

`setup` is read-only by default: it detects or inspects only bounded client configuration locations and shows the exact AMB fragment or action it recommends. Use a supported client name such as `codex`, `claude-code`, `vscode`, `cursor`, `cline`, `opencode`, or another client listed in [Integrations](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/INTEGRATIONS.md). Codex is the reference workflow.

If the preview marks that client as eligible for safe automatic configuration, you can explicitly apply it after review:

```bash
<venv-python> -m agent_mem_bridge setup --client <client> --apply
```

Some clients remain preview/manual because AMB will not guess or rewrite an unsafe configuration format or path. In that case, copy the rendered fragment or follow the client-specific [Integration guide](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/INTEGRATIONS.md). Repeat this step for every coding client you want to connect. To share the same project memory across clients, keep them pointed at the same configured `AGENT_MEMORY_BRIDGE_HOME`, then reload each client after registration.

Connection is proven when the coding client itself lists AMB tools such as `store` and `recall`. `doctor` and `verify` do not prove that an external client loaded MCP config.

### 3. Initialize the project

```bash
<venv-python> -m agent_mem_bridge project init .
```

Project Init detects the local Git repository, proposes a namespace such as `project:my-app`, and waits for confirmation. It then derives a current repository baseline. It does not automatically learn decisions.

### 4. Teach one real project decision

In the connected coding agent, teach a decision you actually made. For example:

> Remember that we merge pull requests only after CI is green on the target branch, because broken main blocked two releases this month.

The connected agent uses AMB's public `store` tool to persist the explicit decision and reason. AMB does not infer a durable decision from the code or archive the whole conversation.

Another valid example is a stack choice, such as staying local-first instead of adding Redis. The win is the decision plus reason, not any one technology.

### 5. Close the session, then ask again in a fresh one

End the first agent session completely. Open a new session against the same project, same client registration, and same AMB home. Ask a generic question:

> What is required before we merge a pull request?

The first win is when the new session answers with the stored decision and reason because AMB recalled it. Seeing the same fact in CLI Explore or Inspect is useful review, not the success check.

Exact Codex observation steps live in [First-win acceptance](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/FIRST-WIN-ACCEPTANCE.md).

## After the first win

Once one decision survives a fresh session, you can inspect what AMB knows, keep repository facts current, and use the governance model below.

<details>
<summary>Optional review, refresh, and troubleshooting</summary>

Human-first Explore answers “What does AMB currently know about this project?” Inspect answers “Why did this information surface for this question?” Both are local and read-only.

```bash
<venv-python> -m agent_mem_bridge explore \
  --namespace project:my-app

<venv-python> -m agent_mem_bridge inspect \
  --namespace project:my-app \
  --query "What is required before we merge a pull request?"
```

This is a conceptual view, not verbatim CLI output:

```text
CODE / WHAT                     CONVERSATION / WHY
────────────────────            ──────────────────────────
Runtime: Python >=3.11          Decision: Merge only after
Package: my-app                 CI is green
Tests: pytest                   Reason: broken main blocked
                                two releases
```

**Code tells AMB WHAT the project is.**

**Conversations teach AMB WHY it is that way.**

That distinction is a trust boundary: derived facts can be rebuilt from current code, while durable project knowledge remains explicit, reviewable, and governed.

Repository WHAT comes from a clean Git commit. If HEAD changes or the worktree is dirty, AMB will not present an old snapshot as current truth. Refresh is not automatic. Rerun the explicit primitive:

```bash
<venv-python> -m agent_mem_bridge bootstrap-repo . \
  --namespace project:<name>
```

Refreshing repository WHAT leaves durable project WHY unchanged. Explore is CLI-only, not MCP tool #18, and it does not rank context for the model.

`first-run` remains optional guided help; it is not the first-win path:

```bash
<venv-python> -m agent_mem_bridge first-run --namespace project:my-app --query "What should I remember?"
```

Use health checks only when setup is uncertain. They do not prove that a coding client loaded MCP config:

```bash
<venv-python> -m agent_mem_bridge doctor
<venv-python> -m agent_mem_bridge verify
```

</details>

## Integrations

AMB works through local stdio MCP. Generic MCP clients are supported; Codex is the reference workflow; Claude Code, Claude Desktop, Cursor, and Cline are documented; and Antigravity, OpenCode, and Hermes have locally tested configuration paths.

Integration labels are deliberately narrow and do not imply client certification. See [Integrations](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/INTEGRATIONS.md) for current setup instructions and boundaries.

## Why the memory stays trustworthy

The useful part of long-lived project memory is not simply remembering more. It is being able to tell where knowledge came from, whether it is still current, and how it changed.

AMB therefore keeps several boundaries explicit:

| Memory concern | AMB approach |
|---|---|
| Current repository truth | Derived from a clean repository state and refreshed explicitly |
| Human decisions and constraints | Stored explicitly as governed durable memory |
| Changed knowledge | Revised or superseded instead of silently overwritten |
| Why context surfaced | Inspectable through local derived views and evidence paths |
| Cross-session reuse | Shared through the same configured local AMB home |
| Privacy | Local-first; no hosted memory service is required |

This is where the earlier **WHAT / WHY** model belongs: it explains one of the mechanisms that keeps memory trustworthy, rather than defining the entire product.

## What AMB is — and is not

AMB is a governed local project-memory layer for coding agents. It is designed to preserve useful context across sessions and tools while keeping durable knowledge, derived repository facts, provenance, and corrections distinguishable.

It is not a transcript archive, a promise that an agent will remember everything, or a system that silently converts every conversation into durable truth. There is no automatic learning.

## Want the details?

| Read | For |
|---|---|
| [First-win acceptance](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/FIRST-WIN-ACCEPTANCE.md) | Exact Codex first-win observation packet |
| [Architecture](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/ARCHITECTURE.md) | System shape and data flow |
| [Authority model](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/AUTHORITY-CONTRACT.md) | Durable authority, derived views, correction, and audit rules |
| [Knowledge Explorer](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/KNOWLEDGE-EXPLORER.md) | Human-first read-only project view |
| [Production Status](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/PRODUCTION-STATUS.md) | Current implementation facts, evidence, and known limits |
| [Integrations](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/INTEGRATIONS.md) | Client-specific local MCP setup |
| [Install for Agents](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/INSTALL_FOR_AGENTS.md) | Full install-to-first-success workflow |
| [Configuration](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/CONFIGURATION.md) | Complete configuration reference |
| [Examples](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/examples/README.md) | Sanitized demos and artifacts |

## Technical model

The product story above intentionally postpones implementation vocabulary. Internally, AMB keeps `derived_repository` data separate from governed durable memory so one cannot silently become the other. For maintainers and reviewers, the current authority flow is:

```mermaid
flowchart LR
    A[Durable Memory / WHY] --> C[Lifecycle-aware Recall]
    B[Repository Knowledge / WHAT] --> D[Context Compiler]
    S[Dynamic State Authority] --> D
    C --> E[Governed Task Memory]
    E --> D
    D --> F[Transient Bounded Context]
    F --> G[Metadata-only Context Attestation]
    G --> H[Episode and Run Authority]
    H --> I[Verification Receipt]
    I --> J[Current Verified Outcome]
```

SQLite/WAL rows are durable authority. Repository snapshots, FTS rows, embedding sidecars, compiled context, reports, and Explorer views are derived. Context bodies are rendered in process and are not durably persisted by the compiler.

## Trust and privacy

AMB is local-first. It does not require a hosted memory service. It separates durable memory from coordination Signals and mutable Dynamic State, keeps provenance visible, and rejects raw transcripts, hidden reasoning, and inline artifact bodies from the durable episode path.

Read the [Trust Boundary](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/TRUST-BOUNDARY.md), [Authority Contract](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/AUTHORITY-CONTRACT.md), and [Closed-Loop Episode Authority](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/CLOSED-LOOP-EPISODE.md) for the exact boundaries.

## MCP Tools

AMB exposes **17 public MCP tools**:

- `store`, `recall`, `browse`, and `stats`
- `forget`, `feedback`, `promote`, `annotate`, `revise`, and `export`
- `begin_run`, `record_run_event`, `get_run`, and `complete_run`
- `claim_signal`, `extend_signal_lease`, and `ack_signal`

The public tool surface stays small. Setup, Project Init, Explore, Inspect, context assembly, and review reports remain CLI or internal derived workflows rather than becoming more MCP tools.

The local protocol cache contract is `300000/public` for discovery and `0/private` for the tool list; see [MCP Compatibility](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/MCP-2026-COMPATIBILITY.md) for details.

## Current maturity

Current package/source version is `0.33.0`. Schema remains v12 and the public MCP surface remains exactly 17 tools. There is no automatic learning and no MCP tool #18. `project init` is the preferred first-project path. Default Explore is a Human-first view over existing repository-derived context and governed project knowledge. Current evidence and non-claims live in [Production Status](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/docs/PRODUCTION-STATUS.md); published artifacts live in [GitHub Releases](https://github.com/zzhang82/Agent-Memory-Bridge/releases).

## Contributing

Read [CONTRIBUTING.md](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/CONTRIBUTING.md) for development and public-surface expectations, and [SECURITY.md](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/SECURITY.md) for vulnerability reporting.

Licensed under [MIT](https://github.com/zzhang82/Agent-Memory-Bridge/blob/HEAD/LICENSE).

