Skip to content
View glommer's full-sized avatar

Block or report glommer

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
glommer/README.md

Glauber Costa

Founder and CEO of Turso. Building databases and agentic coding tools.

Turso

Turso is an in-process SQL database, compatible with SQLite.

Agentic coding tools

I'm building open source tools that make AI coding agents better:

  • cachebro — File cache with diff tracking for AI coding agents. An MCP server that caches file reads and returns compact diffs instead of full contents, cutting token usage by ~26%. Powered by Turso.

  • memelord — Persistent memory for coding agents. Agents learn from self-corrections, user feedback, and codebase exploration across sessions. Vector similarity search retrieves relevant memories for each new task, so agents stop repeating the same mistakes. Powered by Turso.

  • codemogger — A fully self-contained code indexing tool with semantic and full text search. Give your agents a better experience understanding your codebase. SDK, CLI, and MCP available. Powered by Turso.

Past life

Before Turso, I spent over a decade working on systems infrastructure:

  • Linux kernel — Key contributor to KVM, the x86 subsystem, memory management, and cgroups (memcg). lwn.net/Articles/516529
  • QEMU/KVM — Contributed to the open source machine emulator and virtualizer, working on virtio and device emulation.
  • ScyllaDB — Founding engineer. Built the C++ rewrite of Apache Cassandra, achieving millions of ops/sec on a single node.
  • Seastar — Core contributor to the async C++ framework that powers ScyllaDB, designed around shared-nothing thread-per-core architecture.

Pinned Loading

  1. cachebro cachebro Public

    File cache with diff tracking for AI coding agents. Drop-in MCP server that cuts token usage by 26%.

    TypeScript 162 14

  2. glommio glommio Public

    Forked from DataDog/glommio

    Scipio is a thread-per-core framework that aims to make the task of writing highly parallel asynchronous application in a thread-per-core architecture easier for rustaceans

    Rust 9

  3. memelord memelord Public

    Memelord is an in-process agentic memory system

    TypeScript 152 17

  4. tursodatabase/turso tursodatabase/turso Public

    Turso is an in-process SQL database, compatible with SQLite.

    Rust 18k 813

  5. scylladb/scylladb scylladb/scylladb Public

    NoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB

    C++ 15.4k 1.5k

  6. scylladb/seastar scylladb/seastar Public

    High performance server-side application framework

    C++ 9.2k 1.7k