Database · MODEL CONTEXT PROTOCOL
spences10 mcp turso cloud
🗂️ A Model Context Protocol (MCP) server that provides integration with Turso databases for LLMs. This server implements a two-level authentication system to handle both organization-level and database-level operations, making it easy to manage and query Turso databases directly from LLMs.
WHAT IT CONNECTS
spences10 mcp turso cloud 为 AI Agent 提供什么
- **List Databases**: View all databases in your Turso organization
- **Create Database**: Create new databases with customizable options
- **Delete Database**: Remove databases from your organization
- **Generate Database Token**: Create authentication tokens for
- **List Tables**: View all tables in a specific database
- **Execute Read-Only Query**: Run SELECT and PRAGMA queries
- **Execute Query**: Run potentially destructive SQL queries (INSERT,
- **Describe Table**: Get schema information for database tables
- **Vector Search**: Perform vector similarity search using SQLite
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。