Content
# Quickly Implement CRUD Operations for MySQL, Redis (and others to be added later) Using AI in the Project
## Features
- CRUD operations for databases
- CRUD operations for Redis
- Quickly generate template code after querying results (customizable configuration for rulers)
### Required Environment for Running the Project
- Java environment: Java 21 (required by spring-ai)
- Maven environment configuration: 3.9.5 (compatible with Java 21)
### Running the Project
- Local run command
`mvn clean install`
Obtain the absolute path of the jar file
- Introduce MCP in the cursor
####
"name": {
"command": "java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.web-application-type=none",
"-Dlogging.pattern.console=",
"-jar",
"path to jar file"
]
}
###
### Specific Function Demonstration


You Might Also Like
MarkItDown MCP
markitdown-mcp is a lightweight MCP server for converting various URIs to Markdown.
Github
GitHub MCP Server connects AI tools to GitHub for code management and automation.

apisix
Apache APISIX is an API Gateway for managing APIs and microservices.
opik
Opik is a powerful tool for managing and optimizing machine learning experiments.

MCP Toolbox for Databases
MCP Toolbox for Databases is an open-source server simplifying database tool...

sqlglot
SQLGlot is a no-dependency SQL parser and transpiler supporting 30 dialects.