MCP Turso Cloud provides a bridge between AI assistants and Turso SQLite databases, enabling both organization-level operations (creating/managing databases) and database-level queries. Built by Scott Spence, it implements a two-level authentication system that handles organization tokens for administrative tasks and database-specific tokens for query execution. The server maintains context between interactions, supports vector similarity search, and includes comprehensive token management with automatic rotation. This implementation is particularly valuable for workflows requiring persistent database access, schema exploration, and vector search capabilities without leaving the conversation interface.
spences10