Connection check
local install
sqlite
SQLite MCP — query databases, inspect schemas, explain queries, export data.
Tools
5
GitHub stars
3
Installs / wk
188
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
5 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
explain
from source
Explain the query plan for a SQL query (EXPLAIN QUERY PLAN). Helps optimize queries. Explain the query plan for a SQL query (EXPLAIN QUERY PLAN). Helps optimize queries.
list_databases
from source
List all SQLite database files (.db, .sqlite, .sqlite3) in a directory. List all SQLite database files (.db, .sqlite, .sqlite3) in a directory.
query
from source
Execute a SQL query against a SQLite database. Returns results as a formatted table. Read-only by default. Execute a SQL query against a SQLite database. Returns results as a formatted table. Read-only by default.
schema
from source
Get the schema of a SQLite database: all tables with columns and row counts. Get the schema of a SQLite database: all tables with columns and row counts.
table_info
from source