spring-rest-to-mcp
Verified Safeby addozhang
Overview
Transforms existing Spring Web REST APIs into Spring AI Model Context Protocol (MCP) server tools using OpenRewrite recipes.
Installation
No command providedSecurity Notes
The project is an OpenRewrite recipe collection, performing build-time code transformations. It does not introduce runtime security vulnerabilities or execute arbitrary untrusted code. The output, a transformed Spring Boot application acting as an MCP server, will have standard server-side security considerations that need to be managed like any other deployed server application.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-codestyle-server
Provides code template search and retrieval tools for IDEs and AI agents via the Model Context Protocol (MCP).
infobip-openapi-mcp
Exposes any OpenAPI documented HTTP API as a Model Context Protocol (MCP) server for AI agents, with support for mock mode and authentication.
spring-boot-ai
A Spring Boot application implementing a Model Context Protocol (MCP) server that provides a remote 'Booking Tool' for an AI agent.