Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TURSO_AUTH_TOKEN | Yes | Your Turso database authentication token (obtain via 'turso db tokens create <database-name>') | |
| TURSO_DATABASE_URL | Yes | The URL of your Turso database (obtain via 'turso db show --url <database-name>') |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |