Skip to main content
Glama
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
  • 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

  • A
    license
    -
    quality
    A
    maintenance
    Read-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 updated
    MIT

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
  • 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
  • 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
  • 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