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 for integration with LLM agents and other applications.
mcp-codestyle-server
Provides a Model Context Protocol (MCP) server for IDEs and AI agents to search and retrieve code templates, with local Lucene indexing and optional remote fetching capabilities.
openapi-mcp-server
Dynamically converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with defined APIs by mapping AI calls to HTTP requests.
spring-boot-ai
Provides a remote booking tool via the Model Context Protocol (MCP) for an AI agent.