EveryDev.ai
Subscribe
Home
Tools

2,885+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2025
  • Coding1416
  • Infrastructure661
  • Marketing515
  • Projects463
  • Research429
  • Design406
  • Analytics368
  • Security263
  • MCP261
  • Testing251
  • Data244
  • Integration183
  • Prompts180
  • Communication167
  • Learning166
  • Extensions161
  • Voice145
  • Commerce128
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. pumaDB
    pumaDB icon

    pumaDB

    Agent Memory

    pumaDB is a hosted memory layer for AI agents that provides durable JSON storage via MCP or REST API — no database setup required.

    Visit Website

    At a Glance

    Pricing
    Free

    Hosted memory for agents with account-level limits included at no cost.

    Engagement

    Available On

    API
    Web

    Resources

    WebsiteDocsllms.txt

    Topics

    Agent MemoryMCP ServersDatabase as a Service

    Alternatives

    Second BrainStash MemoryToken Savior Recall
    Developer
    pumaDBNew York, NYEst. 2026

    Listed Jun 2026

    About pumaDB

    pumaDB provides durable, hosted memory for AI agents and server-side apps, letting developers store and retrieve JSON rows without managing a database. It exposes a hosted MCP (Model Context Protocol) endpoint and a REST API, making it accessible from agent clients like ChatGPT, Claude, Codex, and OpenClaw, as well as from backend code and serverless functions.

    What It Is

    pumaDB is a lightweight, cloud-hosted memory service purpose-built for AI agents. It solves the problem of agents losing context between sessions by providing a persistent, structured JSON store that agents can read from and write to using natural tool calls. The core abstraction is a simple table-and-row model: agents store named records (preferences, task state, research notes, project conventions) and retrieve them in future sessions, making tool calls smarter over time.

    How the Memory Schema Works

    pumaDB organizes memory into tables and rows of JSON. The service supports several common memory types out of the box:

    • Skills markdown — reusable operating instructions and project-specific workflows
    • Project conventions — repository facts, architecture notes, and decisions
    • User preferences — communication style, formatting defaults, and workspace settings
    • Research clippings — sources, summaries, and follow-up questions across sessions
    • Task state — open threads, blockers, handoff notes, and lightweight status records
    • Typed safe memory — code snippets, Markdown, commands, and config stored as inert records

    The consolidated remember MCP tool handles common typed memory writes; older remember_* helpers remain compatible.

    Two Access Paths: MCP and REST

    pumaDB offers two integration surfaces from a single memory backend:

    • Hosted MCP — a Streamable HTTP endpoint at https://api.pumadb.ai/mcp with OAuth discovery and dynamic client registration. Compatible with Codex, ChatGPT, Claude, OpenClaw, and any client supporting Streamable HTTP MCP.
    • Server-side REST API — HTTP routes (GET, POST, DELETE) for backends, Workers, serverless functions, CLIs, and scripts using bearer API keys. The docs explicitly warn against putting API keys in client-side surfaces like React bundles, static sites, or mobile apps.

    MCP tool calls include: add, query, batch, upsert, update_row, update_where, list_tables, count, delete, versions, restore, open_row, open_text_field, and remember.

    Safety Rails and Recovery

    pumaDB keeps agent memory deliberately bounded. Per the product page, account limits are set at 20 tables, 1,000 rows per table, and 25 MB total storage. Rate limits are 30 writes per minute and 60 reads per minute per key. Every update and delete archives the prior row content, with the last 10 versions kept for 30 days and restorable with a single call. Natural-language edit requests (e.g., "remember that I prefer short PR summaries") are supported as filtered updates without creating duplicate rows; bulk updates require explicit opt-in. Large result sets or explicit requests generate short-lived viewer and download links.

    Setup Path

    Setup requires no database provisioning. Users pick either the hosted MCP path (adding pumaDB as a custom MCP server via a URL) or the REST path (storing a puma_live_* API key in a backend environment). The install guide covers Codex, ChatGPT, Claude, and OpenClaw configurations.

    pumaDB - 1

    Community Discussions

    Be the first to start a conversation about pumaDB

    Share your experience with pumaDB, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    Hosted memory for agents with account-level limits included at no cost.

    • 20 tables per account
    • 1,000 rows per table
    • 25 MB total storage
    • Hosted MCP endpoint with OAuth
    • REST API access

    Capabilities

    Key Features

    • Hosted MCP endpoint with OAuth and dynamic client registration
    • REST API for server-side and serverless apps
    • JSON row storage with table-and-row schema
    • Version history: last 10 versions kept 30 days, restorable with one call
    • Natural-language filtered updates without duplicate rows
    • Scoped account limits: 20 tables, 1,000 rows/table, 25 MB total
    • Per-key rate limits: 30 writes/min, 60 reads/min
    • Short-lived viewer and download links for large results
    • Bulk update opt-in safety gate
    • Compatible with Codex, ChatGPT, Claude, OpenClaw, and any Streamable HTTP MCP client

    Integrations

    ChatGPT
    Claude
    Codex
    OpenClaw
    Streamable HTTP MCP clients
    Serverless functions
    Cloudflare Workers
    CLI tools
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate pumaDB and help others make informed decisions.

    Developer

    pumaDB Team

    pumaDB builds hosted memory infrastructure for AI agents, offering durable JSON storage accessible via MCP and REST without any database setup. The product provides a lightweight table-and-row schema designed for agent use cases like preferences, task state, project conventions, and research notes. pumaDB includes built-in safety features such as version history, rate limits, and natural-language filtered updates to keep agent memory reviewable and recoverable.

    Founded 2026
    New York, NY
    1 employees
    Read more about pumaDB Team
    Website
    1 tool in directory

    Similar Tools

    Second Brain icon

    Second Brain

    A self-hosted, MCP-compatible shared memory layer for AI tools like Claude, ChatGPT, and Cursor, deployed on Cloudflare's free tier.

    Stash Memory icon

    Stash Memory

    Persistent memory layer for AI agents that stores episodes, facts, and working context in Postgres with an MCP server included. Self-hosted, open source, works with any MCP-compatible agent.

    Token Savior Recall icon

    Token Savior Recall

    An MCP server that reduces Claude's active token usage by 77% and wall time by 76% through structural code navigation and persistent memory, achieving 100% on a real coding benchmark.

    Browse all tools

    Related Topics

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    82 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    114 tools

    Database as a Service

    Fully managed database solutions with AI-powered auto-scaling, optimization, and maintenance that minimize operational overhead for developers.

    17 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions