
pumaDB, by an independent developer, offers agents durable memory without infrastructure. Connect hosted MCP or REST, store JSON rows, and review persistent memory for agent workflows.
Agent memory persistence
Store user preferences, communication style, or formatting defaults so agents recall them across conversations.
Project conventions
Keep repository facts, architecture notes, branch rules, and naming patterns that agents should not rediscover each session.
Research clippings
Save sources, summaries, links, and follow-up questions from ongoing investigations.
Task state management
Track open threads, blockers, handoff notes, and pending commands for long-running workflows.
Reusable skills
Store Markdown-based operating instructions, project-specific workflows, and tool notes that agents load across sessions.
Typed safe memory
Store resources, code snippets, commands, and config examples as inert records for review before use.
Hosted MCP endpoint
Connect from Codex, ChatGPT, Claude, OpenClaw, or any client that supports Streamable HTTP MCP, with OAuth support for authentication.
Server-side REST API
For small server-side apps, keep a named `puma_live_*` key in a backend or serverless environment and call the `/v1` API directly.
Lightweight memory schema
Use pumaDB for almost any small, durable JSON record—facts, state, notes, settings, scratchpads, or handoff context.
Consolidated remember tool
The MCP tool stores common memory types with inert safety metadata, keeping memory organized.
Safety rails
Scoped table limits, per-key rate limits, filtered cleanup, natural edits, and automatic version history for updates and deletes.
Account limits
20 tables with 1,000 rows per table, keeping memory deliberately small and explicit.
Quick setup
No database project required—pick hosted MCP for agents or REST for server-side apps, then start writing memory in seconds.
https://api.pumadb.ai/mcp) or server-side REST API (using a puma_live_* key and calling /v1).pumadb.remember() tool and query it later with pumadb.query().pumaDB, by an independent developer, offers agents durable memory without infrastructure. Connect hosted MCP or REST, store JSON rows, and review persistent memory for agent workflows.
Category:Agents
Visit Link:https://pumadb.ai/
Tags:agent memory、durable storage、MCP、REST API、JSON database