Spring Boot demo application to demonstrate how an agent can be created which integrates with local tools , mcp servers and RAG.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"spring-ai-agent": {
"command": "npx",
"args": [
"-y",
"techietag/spring-ai-agent"
]
}
}
}
Run in terminal:
claude mcp add spring-ai-agent npx -y techietag/spring-ai-agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"spring-ai-agent": {
"command": "npx",
"args": [
"-y",
"techietag/spring-ai-agent"
]
}
}
}