This MCP server integrates with Turso databases for LLMs, implementing a two-level authentication system for organization and database operations.
From the registry: MCP server for integrating Turso with LLMs
Please install the `mcp-turso-cloud` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Turso API token** — Create a Turso Platform API token from the Turso dashboard (https://app.turso.tech)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","mcp-turso-cloud"]
- required environment variables:
- `TURSO_API_TOKEN`: Turso Platform API token (example: `<your-turso-api-token>`)
- `TURSO_ORGANIZATION`: Turso organization name (example: `<your-turso-organization>`)
- optional environment variables:
- `TURSO_DEFAULT_DATABASE`: Default database when none specified (example: `<your-default-database>`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.TURSO_API_TOKENrequiredYour Turso Platform API tokenTURSO_ORGANIZATIONrequiredYour Turso organization nameMinimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB