Enables interaction with Turso-hosted LibSQL databases via the Model Context Protocol (MCP).
Turso provides an MCP server interface for accessing and querying Turso-hosted LibSQL databases. It allows users to retrieve table lists, database schemas, and execute SELECT queries, making it easy to integrate Turso databases with applications using the Model Context Protocol. The server supports configurable logging and can be integrated with platforms like Claude Desktop.
Key Features
01Retrieves a list of tables in a database
02Performs SELECT queries
03Retrieves the database schema
04Configurable logging
05Retrieves the schema of a table
065 GitHub stars
Use Cases
01Accessing Turso databases from applications using the Model Context Protocol.
02Querying data stored in Turso-hosted LibSQL databases.
03Integrating LibSQL databases into AI workflows using MCP.