SERVER

SQLite

Rank #51981

smithery/node2flow/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 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.

First listed
Feb 12, 2026
Last publish date
OVERVIEW

SQLite is a Model Context Protocol (MCP) server published by node2flow-th. It ranks #51981 of 58,900 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. SQLite is listed on Smithery, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 12, 2026.

STANDING
#51,981of 58,900 tracked servers

Ranks ahead of 6,919 of 58,900 servers on MCP Toplist.

CONNECT

Use SQLite

SQLite doesn’t publish a machine-readable install config. Follow the setup instructions in its repository ↗, or open one of its registry listings above.

REGISTRIES

Listed on 1 registry

ORGANIZATION

node2flow-th

Organization
Total servers
21
Total versions
0
MORE FROM THIS PUBLISHER

Other servers by node2flow-th

View all node2flow-th servers →
VERSIONS

Not versioned

This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.

FAQ

Frequently asked questions

What is 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 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.
Who maintains SQLite?
SQLite is maintained by node2flow-th, which publishes 21 MCP servers (0 total versions) tracked on MCP Toplist.
Is SQLite an official MCP server?
SQLite is not on the Official MCP Registry. It is listed on Smithery.
How many versions does SQLite have?
SQLite ships as a single rolling release with no explicit version metadata.
Where can I find the source code for SQLite?
The source code for SQLite is hosted at github.com/node2flow-th/sqlite-mcp-community.
EXPLORE