数据库更新程序 MCP 服务器
用于从 CSV 和 Excel 文件更新数据库的模型上下文协议服务器。
特征
工具
update_database
- 从 CSV/Excel 文件更新数据库支持 CSV 和 Excel (.xlsx, .xls) 文件格式
兼容多种数据库类型(PostgreSQL、MySQL、MongoDB、SQLite)
可配置的连接设置和表映射
create_note
- 创建和管理注释(用于文档)存储有关数据库更新的重要信息
跟踪变更和修改
用法
更新数据库
使用具有以下参数的update_database
工具:
支持的数据库类型
PostgreSQL
MySQL
MongoDB
SQLite
发展
安装依赖项:
构建服务器:
对于使用自动重建的开发:
安装
要与 Claude Desktop 一起使用,请添加服务器配置:
在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json
在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
调试
由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们建议使用MCP Inspector :
检查器将提供一个 URL 来访问浏览器中的调试工具。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude 集成可以通过自然语言命令从 CSV 和 Excel 文件更新各种数据库类型(PostgreSQL、MySQL、MongoDB、SQLite)。
Related Resources
Related MCP Servers
- -securityFlicense-qualityA server that enables interaction with PostgreSQL, MySQL, MariaDB, or SQLite databases through Claude Desktop using natural language queries.Last updated -
- -securityFlicense-qualityA natural language interface that allows Claude to execute SQL queries on your local MySQL databases, enabling database interaction using natural language.Last updated -2
- -securityFlicense-qualityProvides Claude Desktop with secure access to multiple database connections, allowing users to query MySQL, PostgreSQL, SQLite, and SQL Server databases directly through natural language.Last updated -
- -securityAlicense-qualityProvides Claude with direct access to databases including SQLite, SQL Server, PostgreSQL, and MySQL, enabling execution of SQL queries and table management through natural language.Last updated -4171MIT License