A token-optimized MCP server for SQLite that reduces context window token usage by ~32% by grouping 6 original tools into 4 semantic operations. Version 0.0.2-slim.1.10, actively maintained. Compatible with Claude, ChatGPT, Gemini, Cursor, and any MCP client. Key differentiator: reduces token consumption without losing functionality, using a transparent bridge pattern.
npm install sqlite-slimNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to set up sqlite-slim with Claude Desktop or Cursor using npx, and manual JSON configuration.
Always use 'npx sqlite-slim@latest' to run.
Use a client that supports npx command execution (e.g., Claude Desktop, Cursor).
Refer to the slim tool names; the bridge maps them to original tools.
Monitor the repository for version changes.
Use 'npx sqlite-slim@latest' instead of calling 'sqlite-slim' directly.
Install Node.js (includes npx) from https://nodejs.org
Use 'claude' or 'cursor', or omit --setup for interactive mode.
No dependency data recorded yet.