If you're running Tomcat locally and want AI help managing it, this gives Claude direct access to start/stop the server, deploy and rollback WAR files, grab thread and heap dumps, and parse catalina logs for diagnostics. It's built for Kiro IDE but works anywhere MCP is supported. Everything runs locally through stdio, so you're not exposing your Tomcat instance to the network. The auto-approve list covers common operations like status checks and log reading. Currently Windows-only with jcmd integration for JVM diagnostics, though Linux support is planned. Useful when you're debugging deployment issues or need to quickly analyze GC behavior without leaving your AI chat.
claude mcp add --transport stdio io.github.sarath-451-tomcat -- npx -y @sarath-451/tomcat-mcp