mcp-turso-cloud
If you are the rightful owner of mcp-turso-cloud and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that integrates with Turso databases for LLMs, featuring a two-level authentication system for organization and database operations.
list_databases
Lists all databases in your Turso organization.
create_database
Creates a new database in your organization.
delete_database
Deletes a database from your organization.
generate_database_token
Generates a new token for a specific database.
list_tables
Lists all tables in a database.
execute_read_only_query
Executes a read-only SQL query against a database.
execute_query
Executes a potentially destructive SQL query against a database.
describe_table
Gets schema information for a table.
vector_search
Performs vector similarity search using SQLite vector extensions.