Self-hosted · Bun + SQLite · v0.2.0
Clawy is a self-hosted memory proxy. Point Claude Code, Cursor, and your other coding agents at one URL and they read and write the same persistent memory store — so context survives across sessions, tools, and models. Your data never leaves your machine.
Every coding agent — Claude Code, Cursor, Copilot, local models — points at one endpoint and shares one memory. No more siloed context per tool.
Bun + SQLite, ~5 source files, zero runtime dependencies. One config file, bun run start, done.
Self-hosted SQLite on your own machine. API-key auth, optional secret redaction. Nothing phones home.
Store facts, decisions and preferences; query them with /v1/memory?q=. Session storage + heuristic extraction built in.
Ships /llms.txt and openapi.json so any AI can self-onboard in one read.
One-time purchase, full source included. Fork it, extend it, deploy it as many times as you want.
setup.mdThe included setup.md takes you end-to-end: set a port + API key, install, start. Up and running in minutes — no extra services, no cloud account.
bun install
bun run start
# Clawy listening on :3333
setup.md step-by-step install guidellms.txt, OpenAPI)