Skip to main content
Glama
205,128 tools. Last updated 2026-06-15 05:21

"Using SQLite with a database cursor" 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
  • Execute SQL queries on SQLite databases to retrieve data as formatted tables. Specify database path and SQL statement to run read-only queries.
    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

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
  • A
    license
    -
    quality
    D
    maintenance
    Provides Claude with direct access to databases including SQLite, SQL Server, PostgreSQL, and MySQL, enabling execution of SQL queries and table management through natural language.
    Last updated
    782
    1
    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…

  • Run read-only SELECT, SHOW, DESCRIBE, EXPLAIN, and WITH queries on a SQLite database to retrieve data and inspect schema.
    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
  • Query a Notion database to retrieve entries as a markdown table, with an ID column for follow-up actions. Supports pagination via cursor for larger datasets.
    MIT
  • Manage SQLite database backups: create, list, restore, and configure automatic scheduling with retention limits.
    AGPL 3.0
  • Retrieve the complete schema of a SQLite database, including all tables, columns, and row counts for database analysis and inspection.
    MIT
  • Validate SQLite and Postgres schemas, queries, and migrations in isolated disposable sandboxes to catch database errors before deployment.
  • Inspect a database or ORM schema to understand its structure. Supports SQLite, PostgreSQL, MySQL, Prisma, and Drizzle with local caching.
    MIT
  • Retrieve all user-defined table names from a specified SQLite database file. Quickly identify existing tables for database exploration or management.
    MIT
  • Execute write queries on an SQLite database that is set to read-write mode, enabling data modification.
    MIT
  • Scan a directory to identify all SQLite database files (.db, .sqlite, .sqlite3) for database management and query operations.
    MIT
  • Establish a connection to a SQLite database file for AI assistants to interact with data, enabling operations like query execution and schema inspection.
    MIT