Give any AI agent memory in minutes
ClawDB natively implements Anthropic's Model Context Protocol. Connect to the hosted gateway for zero infrastructure, or run the same MCP server locally with one command.
MCP (Model Context Protocol) is the standard AI assistants use to connect to outside tools and data, similar to a USB port for AI. Instead of building a custom integration for every assistant your team uses, you add ClawDB as an MCP connection once, and every capable assistant can read and write memory through it.
Set up your AI agent
Connect an AI agent to ClawDB over the Model Context Protocol.
In Claude, find the setting for adding a custom MCP server.
Paste this configuration:
{
"mcpServers": {
"clawdb": {
"url": "https://api.clawdb.dev/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Create a key from your workspace, drop it in as the Bearer token above, and your agent has memory.
> Initializing ClawDB MCP session... > Connected to workspace instance [us-east-1] > Ready. Try claw_remember, claw_recall, or claw_branch.
Try it: remember a couple of facts, then recall a related query. Results are ranked from what you just stored.
Works with what you already use
Built for the protocol, not bolted on
Hosted or local, your call
Point any client at the hosted Streamable HTTP endpoint, or launch the same server locally with a single npx command.
11 built-in tool families
Remember, recall, graph linking, branching, sync, reflection, and transactions, all exposed over MCP.
Your data stays yours
Every connection talks to your workspace's own instance, never a client shared with other tenants.
11 built-in MCP tool families
A sample of what's available the moment you connect, no extra setup.
Common questions
It's an open standard that lets AI assistants connect to outside tools and data in a consistent way, so a memory provider like ClawDB works the same across every compatible client instead of needing a custom integration each time.
Give your AI agents permanent memory today.
Deploy in under 2 minutes. Free tier included forever.
Generate an API key →