MCP server implementation that serves up-to-date information about projects from api.spring.io
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-io-api-mcp": {
"command": "npx",
"args": [
"-y",
"martinlippert/spring-io-api-mcp"
]
}
}
}
Run in terminal:
claude mcp add spring-io-api-mcp npx -y martinlippert/spring-io-api-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"spring-io-api-mcp": {
"command": "npx",
"args": [
"-y",
"martinlippert/spring-io-api-mcp"
]
}
}
}