Skip to content

v0.1.0

Latest

Choose a tag to compare

@PaytonWebber PaytonWebber released this 10 Jun 19:27
· 2 commits to main since this release
v0.1.0
6473af5

Point Claude at any SQLite database with a single ~1 MB binary. No Python, no Node, no runtime.

claude mcp add my-db /path/to/sqlite-mcp /path/to/database.db
  • query tool with row truncation control, list_tables tool, and table schemas as sqlite://table/<name> resources
  • Database opened read-only: writes fail at the SQLite layer
  • SQLite 3.53.2 compiled in; Linux binaries are fully static (musl)
  • Built with zig-mcp-sdk v0.4.0; conformance-tested in CI
Platform Binary
Linux x86_64 (static) sqlite-mcp-x86_64-linux-musl
Linux aarch64 (static) sqlite-mcp-aarch64-linux-musl
macOS Apple Silicon sqlite-mcp-aarch64-macos
macOS Intel sqlite-mcp-x86_64-macos
Windows x86_64 sqlite-mcp-x86_64-windows.exe

Remember to chmod +x the downloaded binary on Linux/macOS.