Skip to main content
Glama

MCP-Turso

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TURSO_AUTH_TOKENYesYour Turso database authentication token (obtain via 'turso db tokens create <database-name>')
TURSO_DATABASE_URLYesThe URL of your Turso database (obtain via 'turso db show --url <database-name>')

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_tables

List all tables in the database

get_db_schema

Get the schema for all tables in the database

describe_table

View schema information for a specific table

query_database

Execute a SELECT query to read data from the database

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/nbbaier/mcp-turso'

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