agentmemo
Give your AI agents a shared memory pool.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
- Remember: Store a fact or memory for later recall by any agent in the org.
- Recall: Search memories by semantic similarity and return the best matches.
- Forget: Mark a memory as superseded so it no longer appears in recall results.
What data it sees
Do you need an account
An API key from the service settings is required
Give your AI agents a shared memory pool.
When Agent A learns something, Agent B knows it too — across sessions, across tools, across your entire stack.
4 tools: remember · recall · forget · list_conflicts Semantic search. Conflict detection. Free tier available.
Install: npm install -g @pulsoai/agentmemo-mcp
Server tool list (4)
Raw names from tools/list. Only developers need these.
| remember | Store a fact or memory for later recall by any agent in the org. |
| recall | Search memories by semantic similarity and return the best matches. |
| forget | Mark a memory as superseded so it no longer appears in recall results. |
| list_conflicts | Return all pending semantic conflicts detected between memories. |