Skip to main content
Glama
204,980 tools. Last updated 2026-06-15 02:04

"Information about SQLite database" matching MCP tools:

  • Retrieve details about the vulnerability database, including status and update information, to verify data currency before scanning.
    Apache 2.0
  • 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
  • Retrieve the complete schema of a SQLite database, including all tables, columns, and row counts for database analysis and inspection.
    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
    Enables AI agents to query and explore SQLite databases through schema inspection, arbitrary SQL execution, and predefined canned queries. Compatible with Datasette metadata for enriching database structure with descriptions.
    Last updated
    22
    Apache 2.0

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…

  • Validate SQLite and Postgres schemas, queries, and migrations in isolated disposable sandboxes to catch database errors before deployment.
  • Retrieve general information about the connected Firebird database, including version, database name, and configuration details, to assess database properties.
    MIT
  • Retrieve all user-defined table names from a specified SQLite database file. Quickly identify existing tables for database exploration or management.
    MIT
  • Scan a directory to identify all SQLite database files (.db, .sqlite, .sqlite3) for database management and query operations.
    MIT
  • Execute write queries on an SQLite database that is set to read-write mode, enabling data modification.
    MIT
  • Retrieve detailed information about a database object, such as tables, views, sequences, or extensions, by specifying schema and object name.
    MIT
  • Retrieve detailed information about a database object, such as tables, views, sequences, or extensions, to understand its structure and properties.
    MIT
  • Retrieve detailed information about a specific database by providing its ID. Use this to access metadata and configuration details.
    MIT
  • Retrieve detailed information about PostgreSQL database objects like tables, views, sequences, or extensions to understand their structure and properties.
    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