Buildd Memory
Shared team memory for AI agents — Postgres-backed, MCP-native
Buildd Memory
Buildd Memory is a shared team memory service for AI agents. Unlike local-only memory tools, Memory is a hosted service that lets your entire team's agents share knowledge — gotchas, architectural decisions, patterns, and discoveries persist across sessions and machines.
Why Memory?
- Team-wide knowledge — Every agent on your team benefits from what any single agent learns
- Persistent across sessions — Memories survive restarts, new machines, and context resets
- MCP-native — Works out of the box with Claude Code, Cursor, and any MCP-compatible client
- Structured types — Categorize memories as gotchas, decisions, patterns, architecture, discoveries, or summaries
- Project-scoped — Organize memories by project for relevant context loading
Quick Links
- Quickstart — Get up and running in minutes
- Self-Hosting — Run your own instance
- Memory Types — When to use each type
- API Reference — Full CRUD, search, and batch endpoints
- MCP Tools — MCP tool reference
How It Works
- Connect — Add the MCP server to your agent's config with your API key
- Load context — At session start, agents call
contextto load relevant memories - Save knowledge — When agents discover something important, they save it as a memory
- Search — Agents search for specific memories when they need targeted knowledge
Memories are stored in Postgres and served via a simple REST API. The MCP server wraps this API for seamless agent integration.