Skip to content

This release adds 2 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-memory ai-agents claude cline codex coding-agents
+10 more
cursor developer-tools llm local-first mcp mcp-server model-context-protocol persistent-memory python sqlite

Summary

AI summary

New MCP tools let you browse, stats, forget, promote entries and export data in multiple formats.

Full changelog

Agent Memory Bridge v0.3.0

v0.3.0 makes the bridge easier to trust in day-to-day use. You can inspect what is stored, correct bad entries from a live session, export data back out, and check whether the watcher is still parsing Codex rollout files correctly.

Built for Codex-first workflows.

Two channels, named plainly

Agent Memory Bridge keeps durable knowledge and coordination events separate:

  • memory for learned decisions, gotchas, and domain notes
  • signal for handoffs, polling, and agent coordination

New MCP tools

  • browse(namespace, ...) lists entries when you do not know the right search term yet
  • stats(namespace) shows totals, kind breakdowns, domain counts, and oldest/newest entries
  • forget(id) removes bad or stale entries
  • promote(id, to_kind) reclassifies an entry into learn, gotcha, or domain-note
  • export(namespace, format, ...) writes entries back out as Markdown, JSON, or plain text

Runtime checks

  • watcher health now verifies that Codex rollout files still parse into usable summaries
  • the main healthcheck includes watcher parsing status
  • Docker support and Glama metadata are in the repo for MCP validation workflows

Docs and workflow

  • the README now leads with the two-channel model and a shorter quickstart
  • signal handoff examples and namespace guidance are easier to find
  • the roadmap now focuses on memory lifecycle, retention, recall assembly, and evaluation

Verification

  • full test suite: 53 passed

What is next

  • durable-event scoring
  • richer gotcha extraction
  • recall assembly policy
  • lightweight relationship metadata
  • evaluation for recall and promotion quality

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track zzhang82/Agent-Memory-Bridge

Get notified when new releases ship.

Sign up free

About zzhang82/Agent-Memory-Bridge

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

All releases →

Beta — feedback welcome: [email protected]