mcp-turso
If you are the rightful owner of mcp-turso and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides access to the Turso-hosted LibSQL databases.
The MCP-Turso server is designed to facilitate interaction with Turso-hosted LibSQL databases. It offers functionalities such as retrieving a list of tables, accessing database schemas, describing table schemas, and performing SELECT queries. This server is particularly useful for developers and database administrators who need to manage and query databases efficiently. The server can be configured with different platforms like Claude Desktop and Cursor, providing flexibility in its deployment. Additionally, it includes a custom logging feature for debugging purposes, with options to specify log file paths. The server is under active development, with plans to expand its capabilities and improve its logging features.
Features
- Retrieving a list of tables in a database
- Retrieving a database's schema
- Retrieving the schema of a table
- Performing SELECT queries
Tools
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