Overview
What is mcp-turso?
Mcp-turso is a Model Context Protocol (MCP) server designed for interacting with Turso-hosted LibSQL databases, enabling users to perform various database operations.
How to use mcp-turso?
To use mcp-turso, configure it with your Turso database URL and authentication token in the claude_desktop_config.json file, and run the server using NPX.
Key features of mcp-turso?
- Retrieve a list of tables in a database.
- View the database schema.
- Get the schema of a specific table.
- Execute SELECT queries to read data from the database.
Use cases of mcp-turso?
- Managing and querying data in Turso-hosted databases.
- Integrating database functionalities into applications using the MCP protocol.
- Debugging and logging database interactions for development purposes.
FAQ from mcp-turso?
- What is required to use mcp-turso?
You need a Turso database and the corresponding URL and authentication token.
- Can I customize the logging path?
Yes, you can specify a custom logging path in the server's configuration.
- Is there a license for mcp-turso?
Yes, it is licensed under the MIT License.