mcp-turso-cloud

by spences10
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TURSO_API_TOKENYesYour Turso Platform API token
TOKEN_EXPIRATIONNoExpiration time for generated database tokens7d
TOKEN_PERMISSIONNoPermission level for generated tokensfull-access
TURSO_ORGANIZATIONYesYour Turso organization name
TURSO_DEFAULT_DATABASENoDefault database to use when none is specified

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_databases

List all databases in your Turso organization

create_database

Create a new database in your Turso organization

delete_database

Delete a database from your Turso organization

generate_database_token

Generate a new token for a specific database

list_tables

Lists all tables in a database

execute_query

Executes a SQL query against a database

describe_table

Gets schema information for a table

vector_search

Performs vector similarity search