Skip to main content
Glama
306,490 tools. Last updated 2026-07-27 01:08

"SQLite - A Lightweight Database Engine" matching MCP tools:

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A configurable proxy that filters GitHub MCP server tools via YAML whitelist, reducing context consumption from 100+ tools to only the ones you need while providing meta-tools to discover available functionality.
    Last updated
    MIT

Matching MCP Connectors

  • Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…

  • Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…

  • Run read-only SQL queries on a configured SQLite database. Pass parameters for safe, filtered results.
    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
  • Retrieve comprehensive metadata for a database, including its engine, features, and settings, using the database ID.
    MIT
  • Retrieve the complete schema of a SQLite database, including all tables, columns, and row counts for database analysis and inspection.
    MIT
  • Creates a new empty SQLite database file. Use this to initialize a database at a specified path, avoiding overwriting existing files.
    MIT
  • Retrieve all user-defined table names from a specified SQLite database file. Quickly identify existing tables for database exploration or management.
    MIT