数读 是一件可以让你的大模型安全连接到数据库的MCP工具。| DButils is an all-in-one MCP service that enables your AI to do data analysis by harnessing versatile types of database (sqlite, mysql, postgres, and more) within a unified configuration of multiple connections in a secured way (like SSL and controlled write access).
{
"mcpServers": {
"mcp-dbutils": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
数读 是一件可以让你的大模型安全连接到数据库的MCP工具。| DButils is an all-in-one MCP service that enables your AI to do data analysis by harnessing versatile types of database (sqlite, mysql, postgres, and more) within a unified configuration of multiple connections in a secured way (like SSL and controlled write access).
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 326 days ago. 87 stars.
Will it work with my client?
Transport: sse, http. Compatibility not confirmed.
Context cost
11 tools. ~800 tokens (0.4% of 200K).
No automated test available for this server. Check the GitHub README for setup instructions.
dbutils-list-connections列出配置中的所有可用数据库连接,包括数据库类型、主机、端口和数据库名称等详细信息,同时隐藏密码等敏感信息。
dbutils-list-tables列出指定数据库连接中的所有表,包括表名、URI和可用的表描述,按数据库类型分组以便于识别。
dbutils-run-query执行只读SQL查询(仅SELECT),支持包括JOIN、GROUP BY和聚合函数在内的复杂查询,返回包含列名和数据行的结构化结果。
dbutils-describe-table提供表结构的详细信息,包括列名、数据类型、是否可为空、默认值和注释,以易于阅读的格式呈现。
dbutils-get-ddl获取创建指定表的完整DDL(数据定义语言)语句,包括所有列定义、约束和索引。
dbutils-list-indexes列出指定表上的所有索引,包括索引名称、类型(唯一/非唯一)、索引方法和包含的列,按索引名称分组。
dbutils-get-stats获取表的统计信息,包括估计行数、平均行长度、数据大小和索引大小。
dbutils-list-constraints列出表上的所有约束,包括主键、外键、唯一约束和检查约束,对于外键约束还显示引用的表和列。
dbutils-explain-query获取SQL查询的执行计划,显示数据库引擎将如何处理查询,包括访问方法、连接类型和估计成本。
dbutils-get-performance获取数据库连接的性能指标,包括查询计数、平均执行时间、内存使用情况和错误统计。
This server is missing a description.If you've used it, help the community.
Add informationLast scanned 2h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.