Turso Cloud MCP
Skills
list_tables
Lists all tables in a database
execute_query
⚠️ DESTRUCTIVE: Execute SQL that can modify/delete data (INSERT, UPDATE, DELETE, DROP, ALTER). Always confirm with user before destructive operations.
vector_search
Performs vector similarity search
describe_table
Gets schema information for a table
list_databases
List all databases in your Turso organization
create_database
✓ SAFE: Create a new database in your Turso organization. Database name must be unique.
delete_database
⚠️ DESTRUCTIVE: Permanently deletes a database and ALL its data. Cannot be undone. Always confirm with user before proceeding and verify correct database name.
execute_read_only_query
✓ SAFE: Execute read-only SQL queries (SELECT, PRAGMA, EXPLAIN). Automatically rejects write operations.
generate_database_token
Generate a new token for a specific database
Configuration
MCP Server
Connect to MCP Server