Skip to main content
Glama
457,367 tools. Updated 2026-08-14 13:39

"Assistance with SQLite Database" matching MCP tools:

  • Create database backups for PostgreSQL, MySQL, and SQLite using native dump tools, with output paths sandboxed to a designated backup directory.
    MIT
  • Search vault database with exact keyword matching using SQLite FTS5. Returns timestamped entries with session context for precise queries.
    MIT
  • List tables in a local SQLite database or inspect a table's columns, indexes, and row count. Read-only operation via sqlite3 CLI with input validation for safety.
    MIT
  • Execute SQL queries on SQLite databases to retrieve data as formatted tables. Specify database path and SQL statement to run read-only queries.
    MIT

Matching MCP Servers

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…

  • Run read-only SQL queries on a configured SQLite database. Pass parameters for safe, filtered results.
    MIT
  • Create a point-in-time backup of the memory database as a compacted, integrity-checked SQLite file. Optionally specify a destination path; defaults to a timestamped file.
    MIT
  • Trigger an immediate SQLite database backup for your Spoolman instance. Get the backup file path to safely secure filament inventory data.
    MIT
  • Lists all SQLite database files (.db, .sqlite, .sqlite3) in the specified directory, defaulting to the current folder, enabling easy location of databases for analysis.
    MIT
  • Run read-only SELECT, SHOW, DESCRIBE, EXPLAIN, and WITH queries on a SQLite database to retrieve data and inspect schema.
    MIT
  • Run SQL queries on an app's SQLite database to verify database state after test actions. Requires a debuggable build.
    MIT