Spring AI MCP Server with WebMVC SSE/Http transport, hosted in AWS Lambda.
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-lambda-mcp-se": {
"command": "npx",
"args": [
"-y",
"12dit152/spring-lambda-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add spring-lambda-mcp-se npx -y 12dit152/spring-lambda-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"spring-lambda-mcp-se": {
"command": "npx",
"args": [
"-y",
"12dit152/spring-lambda-mcp-server"
]
}
}
}