SQLite Remote
Rank #86,213smithery/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 #86,213 of 115,460 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 29,247 of 115,460 servers on MCP Toplist.
Use SQLite Remote
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http sqlite-remote https://server.smithery.ai/node2flow/sqlite-remote/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.sqlite-remote]
url = "https://server.smithery.ai/node2flow/sqlite-remote/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/node2flow/sqlite-remote/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sqlite-remote": {
"url": "https://server.smithery.ai/node2flow/sqlite-remote/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"sqlite-remote": {
"type": "http",
"url": "https://server.smithery.ai/node2flow/sqlite-remote/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sqlite-remote": {
"serverUrl": "https://server.smithery.ai/node2flow/sqlite-remote/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"sqlite-remote": {
"url": "https://server.smithery.ai/node2flow/sqlite-remote/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fnode2flow%2Fsqlite-remote)<a href="https://mcptoplist.com/server/smithery%2Fnode2flow%2Fsqlite-remote"><img src="https://mcptoplist.com/badge/smithery%2Fnode2flow%2Fsqlite-remote.svg" alt="MCP Toplist: #86,213 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
node2flow-th
Other servers by node2flow-th
- Notion#52,444
- Airtable#86,197
- Binance#86,198
- Binance TH#86,199
- Bitkub#86,200
- Gemini File Search#86,201
- Gmail#86,202
- Google Calendar#86,203
- Google Docs#86,204
- Google Drive#86,205
- Google Sheets#86,206
- Line-bot#86,208
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.
Frequently asked questions
- 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 listed on the Official MCP Registry?
- 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.