Turso
Turso is an edge database platform built on libSQL, a fork of SQLite, offering both an embedded in-process database engine and a managed cloud service (Turso Cloud) for deploying millions of SQLite databases at the edge. Developers can programmatically manage databases, groups, organizations, and authentication tokens via the Turso Platform API, and execute SQL queries directly over HTTP using the libSQL HTTP API. Turso targets multi-tenant SaaS, AI agent architectures, and edge/serverless workloads where per-user or per-agent database isolation is required. The platform provides official SDKs for TypeScript, Go, Python, and mobile (iOS/Android), a CLI tool, and an MCP server integration for AI assistant access.
APIs
Turso Platform API
RESTful management API for programmatically creating and managing Turso Cloud databases, groups, organizations, locations, and scoped authentication tokens. Used for building mu...
Turso SQL over HTTP API
HTTP API for executing SQL statements directly against a Turso database instance at the edge. Supports query execution via the /v2/pipeline endpoint, health checks, server versi...
Turso AgentFS MCP Server
Model Context Protocol (MCP) server that exposes Turso databases, filesystem operations, and key-value storage to AI assistants such as Claude Desktop, Cursor, and Windsurf. Ena...