Query and manage Turso edge SQLite databases via MCP. List tables, inspect schemas, and run SELECT queries against LibSQL databases hosted on Turso's global edge network.
Install via CLI
mog install mogteam/mcp-tursoManual config
Turso database URL (from your Turso dashboard)
Turso auth token
.cursor/mcp.json{
"mcpServers": {
"mogteam-mcp-turso": {
"command": "npx",
"args": [
"-y",
"mcp-turso"
],
"env": {
"TURSO_DATABASE_URL": "<TURSO_DATABASE_URL>",
"TURSO_AUTH_TOKEN": "<your-secret>"
}
}
}
}Or run mog install to configure automatically. MCP docs
Query and manage Turso edge SQLite databases via MCP. List tables, inspect schemas, and run SELECT queries against LibSQL databases hosted on Turso's global edge network.
mog install mogteam/mcp-turso
turso sqlite edge database libsql mcp
Sourced from Community — ⭐ 583 stars.
No ratings yet.
@mogteam
Official curated skills and prompt templates from the mog.md team.
Source
Community
github.com/nbbaier/mcp-tursoThis package is sourced from the above repository and distributed on mog under its original license.
Releases