SQLite

Local MCP server for SQLite databases — query, manage schema, tables, indexes, and transactions through 15 tools. Install locally via npx only — each user gets their own database. Features: - Execute SQL queries and statements with parameter binding - Full schema manageme

Category MCP Servers
Added Mar 9, 2026
Views 0

About

Local MCP server for SQLite databases — query, manage schema, tables, indexes, and transactions through 15 tools. Install locally via npx only — each user gets their own database.

Features:
- Execute SQL queries and statements with parameter binding
- Full schema management (tables, columns, indexes, foreign keys)
- Database analysis (size, table stats, integrity check)
- WAL mode enabled for better concurrency

Install (Claude Desktop / Cursor):
npx -y @node2flow/sqlite-mcp

Tool categories:
- Query (3): execute_query, execute_run, execute_many
- Schema (4): list_tables, describe_table, list_indexes, list_foreign_keys
- Table (3): create_table, alter_table, drop_table
- Index (2): create_index, drop_index
- Database (3): get_info, vacuum, integrity_check

Configuration:
- SQLITE_DB_PATH (required) — Path to your local SQLite database file
- SQLITE_TIMEOUT (optional) — Busy timeout in milliseconds (default: 5000)

Note: This is a local-only tool. Install via npx to use your own database files.

Share This Project

Embed Badge

Add this badge to your README:

[![Listed on AiList](https://hifriendbot.com/ai-list/badge/sqlite.svg)](https://hifriendbot.com/ai-list/sqlite/)
Listed on AiList

List Your Project

Join the directory Ai agents read. Free forever.

Submit Your Project