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。
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 等选项。
ClickHouse MCP Server
开源 mcp-clickhouse:run_query、list_databases、分页 list_tables,默认只读;可选 chDB extra;HTTP/SSE 需 Bearer/OAuth 或本地禁用认证;提供 /health。