mcp-server-Sql
@cherry-SC
关于 mcp-server-Sql
这是一个基于Spring Boot的SQL服务应用,用于执行SQL查询并将结果写入文件。该服务作为Spring AI MCP(Model, Chat, Prompt)框架的一部分,提供了SQL查询和更新操作的功能。
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
PostgreSQL Model Context Protocol (PG-MCP) Server
stuzero
PostgreSQL
modelcontextprotocolModel Context Protocol Servers
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
评论