Local-first code intelligence

Index, search, and analyze your codebase with a lightweight SQLite-powered API. No cloud required.

Claude Code
$

Built for developers

Everything you need to understand and navigate your codebase, running entirely on your machine.

Fast Code Search

Full-text search powered by SQLite FTS5. Find symbols, functions, and patterns across your entire codebase in milliseconds.

Dependency Analysis

Understand how your code connects. Trace imports, find dependents, and analyze impact before making changes.

MCP Integration

Works seamlessly with Claude and other AI assistants through the Model Context Protocol. Give your tools code awareness.

Built by Jaymin West

I'm building AI dev tools and teaching others to do the same. Join me on the journey:

Quick Start

{
  "mcpServers": {
    "kotadb": {
      "command": "bunx",
      "args": ["kotadb@next", "--stdio"]
    }
  }
}

Add to ~/.config/claude-code/.mcp.json (Unix) or %APPDATA%\claude-code\.mcp.json (Windows)