Turso 在 docs.turso.tech/cli/mcp-server 说明 Turso CLI(`tursodb`)内置 MCP:以 `tursodb /path/to/database.db --mcp` 经 stdio JSON-RPC 启动。工具含 open_database、list_tables、describe_table、execute_query(仅 SELECT)、insert_data、update_data、delete_data、schema_change。turso.tech 博客展示 Claude Desktop/Code 通过 `claude mcp add` 配置——本地嵌入式库无需单独 npm 包。
使用场景
- Cursor Agent 检查/修改本地 SQLite schema
- 在 `:memory:` 库上原型 Agent SQL
- 培训 SELECT 与写工具边界
- 离线 Agent 配合嵌入式 Turso 文件
- Claude Code 用 `claude mcp add` 注册项目数据库
主要功能
- Cursor
- Claude Desktop
- Claude Code
- VS Code
- Codex
相关推荐
相关推荐
3 收录条目
Convex MCP Server
Convex 在 docs.convex.dev/ai/convex-mcp-server 说明 MCP 服务器内置于 Convex CLI,经 npx convex dev 关联项目后可用 npx -y convex@latest mcp start 本地 stdio 启动。工具含 status、tables、data、runOneoffQuery、functionSpec、run、logs、insights(72 小时 OCC/资源健康)及 envList/envGet/envSet/envRemove。--prod、--preview-name、--deployment-name、--disable-tools 可限制范围;生产写入需 --dangerously-enable-production-deployments。
PlanetScale MCP Server
PlanetScale 在 planetscale.com/docs/connect/mcp 说明托管 MCP:`https://mcp.pscale.dev/mcp/planetscale`,OAuth 访问组织、库、分支、schema 与 Insights。仅洞察端点不含读写查询。含慢查询洞察、schema 检查、文档搜索及授权范围内的 SQL 执行(副本路由、临时凭证、破坏性查询防护)。旧 CLI MCP 已弃用。
Upstash MCP Server
Upstash 在 upstash.com/docs/agent-resources/mcp 说明官方 MCP(仓库 upstash/mcp-server,npm @upstash/mcp-server)。以 npx -y @upstash/mcp-server@latest --email ... --api-key ... 启动,覆盖无服务器 Redis、QStash、Workflow 与 Upstash Box。只读 API Key 会在启动时自动禁用写操作工具;文档还说明 --transport http、--disable-telemetry 等选项。