pumaDB
Summary
pumaDB is a small hosted memory layer designed for AI agents.
Similar Articles
TencentCloud/TencentDB-Agent-Memory
TencentDB Agent Memory is an open-source tool providing symbolic short-term and layered long-term memory for AI agents, reducing token usage by up to 61.38% and improving task success rates by over 50%.
rohitg00/agentmemory
agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.
Agentmemory
Agentmemory offers persistent memory for AI models such as Codex, Hermes, OpenClaw, and Claude, allowing them to maintain long-term context across interactions.
PMB
PMB is a local-first memory tool that helps developers avoid re-explaining their projects to AI coding agents.
I built an open-source persistent memory layer for AI coding agents
An open-source persistent memory layer for AI coding agents that stores and retrieves project decisions and context using Postgres and pgvector, aiming to reduce context window size and improve agent consistency.