Product · MCP

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.

1
Open MCP / connector settings

In Claude, find the setting for adding a custom MCP server.

2
Add a custom server named “ClawDB”

Paste this configuration:

{
  "mcpServers": {
    "clawdb": {
      "url": "https://api.clawdb.dev/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}
3
Generate an API key and connect

Create a key from your workspace, drop it in as the Bearer token above, and your agent has memory.

MCP tool simulator● online
> 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.

Supported clients

Works with what you already use

Claude Desktop
Cursor
Windsurf
ChatGPT
Perplexity
OpenClaw
Hermes
Any MCP client
Why MCP-native

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.

Tool surface

11 built-in MCP tool families

A sample of what's available the moment you connect, no extra setup.

claw_remember
Vector and text memory
claw_recall
Sub-ms semantic query
claw_graph_link
Entity relation graph
claw_branch
Fork memory state
claw_merge
Merge a branch back
claw_reflect
Extract facts and preferences
claw_sync
Keep clients in step
claw_tx
Transactional multi-writes
FAQ

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 →