★ 2 stars
Java
💻 Code/Dev Tools
Updated 1y ago
Showcases how to integrate Spring AI's support for MCP (Model Context Protocol) within Spring Boot applications, covering both server-side and client-side implementations.
View on GitHub →
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-test": {
"command": "npx",
"args": [
"-y",
"oalles/spring-ai-mcp-test"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add spring-ai-mcp-test npx -y oalles/spring-ai-mcp-test
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"spring-ai-mcp-test": {
"command": "npx",
"args": [
"-y",
"oalles/spring-ai-mcp-test"
]
}
}
}
📋 Copy
Topics
mcp mcp-client mcp-server spring spring-ai spring-ai-ollama springboot