eminyuce/simple-mcp-server-springboot
Spring AI introduces Model Context Protocol (MCP) as a standardized way for Large Language Models (LLMs) to interact with external data, tools, and services. MCP provides a flexible framework that makes it easy to build intelligent agent applications in Spring Boot.
Platform-specific configuration:
{
"mcpServers": {
"simple-mcp-server-springboot": {
"command": "npx",
"args": [
"-y",
"simple-mcp-server-springboot"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...