mcp-turso

mcp-turso

5

The mcp-turso project is an MCP server that enables access to LibSQL databases hosted on Turso. It provides capabilities for database interaction, such as listing tables and executing queries. The server is configurable via JSON settings and supports custom logging paths.

list_tables

Get all table names in the database

get_db_schema

Get SQL creation statement for all tables in the database

describe_table

View column definitions and types for a specific table

query

Execute a SELECT query and return the result