MCP.so
登录

mcp-server-Sql

@cherry-SC

关于 mcp-server-Sql

这是一个基于Spring Boot的SQL服务应用,用于执行SQL查询并将结果写入文件。该服务作为Spring AI MCP(Model, Chat, Prompt)框架的一部分,提供了SQL查询和更新操作的功能。

基本信息

分类

数据库

运行时

java

传输方式

stdio

发布者

cherry-SC

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-server-Sql?

mcp-server-Sql is a Spring Boot application that executes SQL queries and updates, writing results to CSV or text files, and integrates with the Spring AI MCP (Model, Chat, Prompt) framework for use as an AI tool.

How to use mcp-server-Sql?

Configure your MySQL database connection in application.yml, build the project with mvn clean package, and run the JAR with java -jar target/mcp-server-Sql-1.0-SNAPSHOT.jar. Send JSON payloads with sql and outputPath to execute queries or updates.

Key features of mcp-server-Sql

  • Execute SQL queries and save results as CSV files
  • Execute UPDATE, INSERT, DELETE and return affected row count
  • Custom database connection via configuration
  • Integrates with Spring AI MCP framework as a tool

Use cases of mcp-server-Sql

  • Query a database and export results to a CSV file
  • Perform batch updates and log affected rows to a text file
  • Provide SQL operations as a tool for AI agents within MCP

FAQ from mcp-server-Sql

What are the runtime requirements?

Java 17, Spring Boot 3.4.3, and a MySQL 8.0 database are required.

How do I configure the database connection?

Set spring.datasource.url, username, and password in application.yml.

What format are query results saved in?

Query results are saved as CSV files; update results are saved as text files with the affected row count.

How do I execute a specific SQL command?

Send a JSON payload with the sql key containing your statement and an outputPath key for the output file location.

Is authentication or transport security handled?

The README does not mention authentication or transport security—only database credentials in configuration.

评论

数据库 分类下的更多 MCP 服务器