SQLite Remote
Rank #51916smithery/node2flow/sqlite-remote
MCP server for remote SQLite databases via Turso/libSQL. - 15 tools for query, schema, indexes, and optimization. - Connect to cloud-hosted SQLite databases using libsql://URLs. 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_URL (required) — Path to your Turso URL SQLite database. - SQLITE_AUTH_TOKEN — Auth token for Turso (required for authenticated databases)
SQLite Remote is a Model Context Protocol (MCP) server published by node2flow-th. It ranks #51916 of 58,832 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. SQLite Remote is listed on Smithery, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 13, 2026.
Ranks ahead of 6,916 of 58,832 servers on MCP Toplist.
Use SQLite Remote
SQLite Remote doesn’t publish a machine-readable install config. Follow the setup instructions in its repository ↗, or open one of its registry listings above.
Listed on 1 registry
node2flow-th
Other servers by node2flow-th
- Notion#30898
- Airtable#51900
- Binance#51901
- Binance TH#51902
- Bitkub#51903
- Gemini File Search#51904
- Gmail#51905
- Google Calendar#51906
- Google Docs#51907
- Google Drive#51908
- Google Sheets#51909
- Line-bot#51911
Not versioned
This server is published through a registry that does not expose explicit version metadata. The listing tracks a single rolling release.
Frequently asked questions
- What is SQLite Remote?
- MCP server for remote SQLite databases via Turso/libSQL. - 15 tools for query, schema, indexes, and optimization. - Connect to cloud-hosted SQLite databases using libsql://URLs. 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_URL (required) — Path to your Turso URL SQLite database. - SQLITE_AUTH_TOKEN — Auth token for Turso (required for authenticated databases)
- Who maintains SQLite Remote?
- SQLite Remote is maintained by node2flow-th, which publishes 21 MCP servers (0 total versions) tracked on MCP Toplist.
- Is SQLite Remote an official MCP server?
- SQLite Remote is not on the Official MCP Registry. It is listed on Smithery.
- How many versions does SQLite Remote have?
- SQLite Remote ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for SQLite Remote?
- The source code for SQLite Remote is hosted at github.com/node2flow-th/sqlite-mcp-community.