Search Node.js SQLite API documentation by class and method to find usage details.
297,705 tools. Last updated 2026-07-14 08:25
"sqlite" matching MCP tools:
- Generate SQLite-based handlers on Flux MCP server using process ID and handler code, enabling automated creation and management of database interactions without manual coding.BSD 3-Clause
- Scan a directory to identify all SQLite database files (.db, .sqlite, .sqlite3) for database management and query operations.MIT
- Store birth chart data in a local SQLite database for future access. Retrieve saved horoscopes by name or ID without re-entering details.MIT
- Retrieve tasks from your SQLite database, filtered by status, project, or owner. Use to get a specific subset of tasks up to a configurable limit.AGPL 3.0
- Validate data files by parsing JSON, checking CSV shape, and verifying SQLite integrity. Use as a smoke check to detect corruption early.MIT
Matching MCP Servers
- MIT
- Alicense-qualityAmaintenanceRead-only SQLite access for AI agents in a single ~1 MB static binary. Query tool with row limits, list_tables, and table schemas exposed as MCP resources. The database is opened read-only, so writes fail at the SQLite layer. No Python, no Node, no runtime to install; SQLite is compiled in. Binaries for Linux, macOS, and Windows.Last updatedMIT
Matching MCP Connectors
Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…
- Back up SQLite and JSON data files to create a timestamped restore point before risky migrations or refactors.MIT
- Delete all cached GAQL responses from the local SQLite database to force fresh API queries without affecting your Google Ads account.MIT
- Inspect the SQLite cache storing Google Ads GAQL responses: view enabled flag, on-disk path, entry count, oldest entry age, and default TTL. No Google Ads API calls or credentials needed.MIT
- Search persistent memory across SQLite and markdown files to retrieve prior context, feedback, project state, and session notes. Use at conversation start to recall relevant facts.MIT
- Checks the integrity of an SQLite backup file by running integrity_check, returning status and table count.AGPL 3.0
- Establish database connections for PostgreSQL, MySQL, or SQLite to enable querying, schema management, and migration operations within the Berth MCP server.MIT
- Create database backups for PostgreSQL, MySQL, and SQLite using native dump tools, with output paths sandboxed to a designated backup directory.MIT
- Spider and scrape hierarchical Salesforce documentation from a root page, storing content in a local SQLite database for offline search.MIT
- Provide agents with full database management: create tables, insert, query, update, delete, import, export, and run raw SQL across SQLite, Postgres, MySQL, and Turso.MIT
- Search locally extracted Salesforce documentation in a SQLite database to find relevant sections based on your query.MIT
- List all tags in the global SQLite database with their IDs, names, and usage counts. Read-only; use to find existing tags before assigning them to files.Apache 2.0
- Retrieve all views in the connected SQLite database to explore available views or verify a view exists before querying.MIT
- Persist durable, repository-scoped facts (architectural decisions, conventions) to local SQLite store for recall across sessions. Append-only; call search_memory first to avoid redundant entries.
- Clear the in-memory thinking state to start a fresh session while preserving all previous data in SQLite. Requires confirmation to prevent accidental clearing.MIT