Skip to main content
Glama
568,525 tools. Updated 2026-09-14 20:47

"sqlite" matching MCP tools:

  • Execute SQLite commands and search documents using keyword, semantic, and hybrid retrieval methods.
    MIT
  • 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
  • Find all SQLite database files in a directory. Specify a root path to list .db, .sqlite, or .sqlite3 files for quick discovery.
    MIT
  • Scan a directory to identify all SQLite database files (.db, .sqlite, .sqlite3) for database management and query operations.
    MIT
  • Create timestamped backups of SQLite and JSON data files before risky migrations or refactors. Save a restore point to ~/.delimit/backups/ for rollback.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables MCP clients to interact with pre-registered SQLite databases using aliases, supporting schema inspection, read-only queries, and data modification via tools.
    35 npm
    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…

  • Export collected OT data from local SQLite storage to CSV, SQLite, or Parquet files for analysis in Excel, SQL tools, or pandas/Spark.
    MIT
  • Run SQL queries with role-based permissions, enforcing read, write, and delete restrictions across PostgreSQL, MySQL, and SQLite databases.
    MIT
  • Run read-only SQL diagnostic queries on the Lemon SQLite database to inspect device data and troubleshoot issues.
    ISC
  • Export OT historian samples from the local SQLite store into CSV, SQLite, or Parquet files, optionally filtered by time, endpoint, or tag, and receive the file path with a row preview.
    MIT
  • Run a read-only SQL query against a local SQLite database file and return results as tab-separated values.
    MIT
  • Verify deduplication storage health by retrieving counts of unique content hashes from the SQLite database.
    MIT
  • Check the current health, versions, CLI authentication status, and SQLite metrics of your Grok-MCP server to ensure it is running properly.
    MIT
  • Get the column structure of a SQLite table using PRAGMA table_info. Input the table name to retrieve data types and column info.
    MIT
  • Run SQL queries on a SQLite database to retrieve data, modify records, or run DDL commands. Supports multiple statements separated by semicolons.
    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
  • Transfer data from Anthropic MCP Memory JSONL format to SQLite database, ensuring no duplicate entries during migration.
    MIT