cockroach-memory-agent

0xConsole/cockroach-memory-agent
★ 0 stars Python AI/LLM Updated 5d ago
Cockroach Memory Agent — persistent, globally-distributed AI memory via CockroachDB MCP Server + AWS S3. Built for the CockroachDB × AWS Hackathon.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cockroach-memory-age": {
      "command": "uvx",
      "args": [
        "cockroach-memory-agent"
      ]
    }
  }
}

Or install with pip: pip install cockroach-memory-agent

README Excerpt

> An AI agent with **persistent, globally-distributed memory** backed by CockroachDB's MCP Server and AWS S3 — built for the CockroachDB × AWS Hackathon. **Live demo:** https://cockroach-memory-agent.vercel.app **GitHub:** https://github.com/0xConsole/cockroach-memory-agent AI agents are amnesiac. Every conversation starts from scratch. Every process restart loses context. Every scale-out creates new instances that don't share memory. This makes agents unreliable for production:

Tools (3)

DELETEGETPOST