Spring Boot gateway that unifies multiple MCP servers into one endpoint for AI assistants, OAuth 2.1
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"springai-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"oalles/springai-mcp-gateway"
]
}
}
}
Run in terminal:
claude mcp add springai-mcp-gateway npx -y oalles/springai-mcp-gateway
Add to .cursor/mcp.json:
{
"mcpServers": {
"springai-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"oalles/springai-mcp-gateway"
]
}
}
}