sqlite-query

Installation
SKILL.md

SQLite Query via MCP

Use this skill when you need to query SQLite databases, inspect schemas, or optimize queries. Read-only by default for safety.

Available Tools

Tool What it does
query Execute SQL (SELECT, PRAGMA, EXPLAIN, WITH). Returns results as a table.
schema Full schema: all tables with columns, types, and row counts
table_info Detailed info for a single table: columns, constraints, row count
explain Run EXPLAIN QUERY PLAN for query optimization
list_databases List .db, .sqlite, .sqlite3 files in a directory

Workflow

Installs
1
First Seen
Mar 5, 2026