Database Β· MODEL CONTEXT PROTOCOL
spences10 mcp turso cloud
ποΈ A Model Context Protocol (MCP) server that provides integration with Turso databases for LLMs. This server implements a two-level authentication system to handle both organization-level and database-level operations, making it easy to manage and query Turso databases directly from LLMs.
WHAT IT CONNECTS
What spences10 mcp turso cloud gives an AI Agent
- **List Databases**: View all databases in your Turso organization
- **Create Database**: Create new databases with customizable options
- **Delete Database**: Remove databases from your organization
- **Generate Database Token**: Create authentication tokens for
- **List Tables**: View all tables in a specific database
- **Execute Read-Only Query**: Run SELECT and PRAGMA queries
- **Execute Query**: Run potentially destructive SQL queries (INSERT,
- **Describe Table**: Get schema information for database tables
- **Vector Search**: Perform vector similarity search using SQLite
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.