You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I maintain Agent Memory Bridge. I am looking for concrete reports from developers who use coding agents and want project gotchas to survive between sessions.
The current reference point is v0.22.1: a local-first stdio MCP server with 10 public MCP tools and a release validation snapshot of 395 passed. Those are local project checks, not external adoption evidence.
This pilot starts with one client. The cross-client receipt is an optional second phase.
Phase 1: One Client, Two Sessions
The question is simple: can one reviewed, non-sensitive project gotcha be stored in one session and recalled in a later session?
Install AMB and configure one MCP client to use a local AMB home.
Choose one reviewed project gotcha that contains no secrets or proprietary information.
In the first session, use the MCP store tool:
store(
namespace="project:<repo>",
kind="memory",
title="Reviewed project gotcha",
content="record_type: gotcha\nclaim: Run the generator after schema edits.",
tags=["reviewed:true"],
source_client="<caller-declared label>"
)
End that session. In a later session using the same configured client and AMB home, use:
recall(
namespace="project:<repo>",
query="generator after schema edits"
)
Report whether the later session found the same gotcha, what was unclear, and how long the attempt took. Timing is measured, not promised.
Optional Phase 2: Two Clients
If Phase 1 works and you already use two MCP clients on the same repository:
Configure client B against the same AMB home.
Use one namespace and correlation ID across both clients.
Have client A call store(...) for one reviewed writer memory.
Have client B call recall(...), then store(kind="signal", ...) and ack_signal(...).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I maintain Agent Memory Bridge. I am looking for concrete reports from developers who use coding agents and want project gotchas to survive between sessions.
The current reference point is
v0.22.1: a local-first stdio MCP server with 10 public MCP tools and a release validation snapshot of395 passed. Those are local project checks, not external adoption evidence.This pilot starts with one client. The cross-client receipt is an optional second phase.
Phase 1: One Client, Two Sessions
The question is simple: can one reviewed, non-sensitive project gotcha be stored in one session and recalled in a later session?
storetool:Optional Phase 2: Two Clients
If Phase 1 works and you already use two MCP clients on the same repository:
store(...)for one reviewed writer memory.recall(...), thenstore(kind="signal", ...)andack_signal(...).activation-receiptreport.See the cross-client instructions and receipt boundaries.
What I Want to Learn
Failed attempts are useful. Please remove secrets, proprietary content, private paths, session IDs, and model IDs from reports.
Boundaries
source_clientis caller-declared provenance. It is not authenticated identity.Start Here
Reply Template
All reactions