Skip to main content
Glama

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

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_databasesA

List all databases in your Turso organization

create_databaseC

✓ SAFE: Create a new database in your Turso organization. Database name must be unique.

delete_databaseB

⚠️ DESTRUCTIVE: Permanently deletes a database and ALL its data. Cannot be undone. Always confirm with user before proceeding and verify correct database name.

generate_database_tokenC

Generate a new token for a specific database

list_tablesC

Lists all tables in a database

execute_read_only_queryB

✓ SAFE: Execute read-only SQL queries (SELECT, PRAGMA, EXPLAIN). Automatically rejects write operations.

execute_queryC

⚠️ DESTRUCTIVE: Execute SQL that can modify/delete data (INSERT, UPDATE, DELETE, DROP, ALTER). Always confirm with user before destructive operations.

describe_tableC

Gets schema information for a table

vector_searchD

Performs vector similarity search

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-turso-cloud'

If you have feedback or need assistance with the MCP directory API, please join our Discord server