CockroachDB MCP AWS S3 MCP Protocol

Architecture

Agent โ†’ MCP โ†’ CockroachDB + AWS
AI Agent memory operations flow through the CockroachDB MCP Server's 15 tools (10 read + 5 write), backed up to AWS S3.
AI Agent โ†’ MCP Protocol โ†’ CockroachDB MCP Server (15 tools) โ†’ CockroachDB (multi-region)
SQLite (demo fallback) โ‡„ AWS S3 (backup)

Agent Chat โ€” Persistent Memory

session: โ€”
AGENT
Hi! I'm the Cockroach Memory Agent. I have persistent, globally-distributed memory backed by CockroachDB's MCP Server. Tell me your name and I'll remember it โ€” even after a process restart. Try: Hi, I'm Alice
MCP Tools (CockroachDB)
Audit Trail
AWS S3 Backup
Demo Result

The CockroachDB MCP Server exposes 15 tools (10 read + 5 write). The agent calls these via the MCP protocol for all memory operations. View raw JSON โ†’

Loading...

Every MCP tool call is logged with input, output, duration, and timestamp. This is the full audit trail.

Click "Refresh" to load...

Memory snapshots are gzip-compressed and stored in AWS S3 (free tier). Mock mode when no AWS credentials are set.

The automated demo runs 7 phases in ~3 seconds: store โ†’ restart โ†’ recall โ†’ search โ†’ backup โ†’ topology โ†’ audit.

Click "Run" to see the full demo flow...