Turso
🗄️ Data & Files
MCP server for Turso-hosted LibSQL databases — the edge-optimized SQLite. Schema introspection, table listing, and query execution for AI-integrated development with serverless edge databases.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"turso": {
"command": "npx",
"args": [
"-y",
"mcp-turso"
],
"env": {
"TURSO_DATABASE_URL": "your-turso-database-url-here",
"TURSO_AUTH_TOKEN": "your-turso-auth-token-here"
}
}
}
}