Sample Spring AI MCP Server project built for fun and experimentation. 🚀 It implements basic CRUD operations using an in-memory data store with dummy Person data. 🤖
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"spring-ai-mcp-server": {
"command": "npx",
"args": [
"-y",
"cagritrk/spring-ai-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add spring-ai-mcp-server npx -y cagritrk/spring-ai-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"spring-ai-mcp-server": {
"command": "npx",
"args": [
"-y",
"cagritrk/spring-ai-mcp-server"
]
}
}
}
📋 Copy