📦
Spring Devtools MCP Server
No description available
0 installs
Trust: 30 — Low
Devtools
Ask AI about Spring Devtools MCP Server
Powered by Claude · Grounded in docs
I know everything about Spring Devtools MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Spring DevTools MCP Server
Note: This is not an official Spring project
An MCP (Model Context Protocol) server for Spring developers that provides tools for AI assistants to query information about a running Spring application.

Setup
Add this to your Gradle build:
developmentOnly("com.jamesward:spring-devtools-mcp-server:0.0.3")
Then run your Spring app and point your code assistant to http://localhost:9999/sse
If your code assistant doesn't support SSE MCP servers, use uvx and the mcp-proxy:
uvx mcp-proxy http://localhost:9999/sse
Todo
- Configurable port
- Logging
- Test Spring devtools reload stuff
- Add more tools (maybe just use Actuator)
- Contribute to the official Spring devtools
Release (for now)
export MAVEN_CENTRAL_PORTAL_USERNAME=asdf
export MAVEN_CENTRAL_PORTAL_PASSWORD=asdf
export OSS_GPG_KEY=asdf
export OSS_GPG_PASS=asdf
./gradlew clean publishAllPublicationsToProjectLocalRepository zipMavenCentralPortalPublication releaseMavenCentralPortalPublication
