# Parth Sharma (@psrth)

- **Event:** [Built with Opus 4.6: a Claude Code hackathon](https://cerebralvalley.ai/e/claude-code-hackathon)
- **When:** Feb 10 at 12:00 PM – Feb 17 at 10:00 AM (EST)
- **Where:** Location TBA
- **Team:** [Parth Sharma](https://cerebralvalley.ai/u/psrth)
- **GitHub:** https://github.com/psrth/mori
- **Demo video:** https://youtu.be/ANyNDroWwIE
- **Gallery:** https://cerebralvalley.ai/e/claude-code-hackathon/hackathon/gallery
- **Page:** https://cerebralvalley.ai/e/claude-code-hackathon/hackathon/gallery/175

mori is a database proxy that lets you (or your ai agent!!!) do whatever you want to production without consequences. reads hit prod — real data, real schemas, real volume. writes get captured locally in a shadow database. production is write-protected at all times. break something? mori reset. start over. prod never knows.

under the hood, every query is parsed, classified, and routed through one of six execution strategies — from direct pass-through to hydrate-and-write — merging shadow and prod results so your app sees one unified database. taint maps, tombstones, schema divergence, sequence offsets — all handled transparently. supports 9 database engines (postgres, mysql, mssql, sqlite, redis, firestore, and more), 14+ auth providers (gcp iam, aws rds, neon, supabase...), and ships with a built-in MCP server so AI agents can investigate and fix prod issues with zero risk.

the dream workflow that should already exist.

---

Markdown version of https://cerebralvalley.ai/e/claude-code-hackathon/hackathon/gallery/175. Site index for agents: https://cerebralvalley.ai/llms.txt · full text: https://cerebralvalley.ai/llms-full.txt
