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.dbquerytool with row truncation control,list_tablestool, and table schemas assqlite://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.