MCP-Turso
by nbbaier
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>') |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_tablesB | List all tables in the database |
| get_db_schemaB | Get the schema for all tables in the database |
| describe_tableC | View schema information for a specific table |
| query_databaseC | Execute a SELECT query to read data from the database |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/nbbaier/mcp-turso'
If you have feedback or need assistance with the MCP directory API, please join our Discord server