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.
debugg-ai-mcp
AI-powered MCP Server for testing, debugging, and code analysis.
aws-lambda-mcp-cookbook
AWS Lambda MCP Cookbook provides Python examples for MCP server integration.
mcp-server-macos-use
MCP server in Swift for controlling macOS apps via accessibility APIs.