SQLite Remote
https://server.smithery.ai/node2flow/sqlite-remote/mcpMCP 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)
How to connect
https://server.smithery.ai/node2flow/sqlite-remote/mcp
curl -X POST https://server.smithery.ai/node2flow/sqlite-remote/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'