Tomcat MCP
Allows AI-assisted management of a local Apache Tomcat instance, including start/stop, diagnosis of startup failures, deployment and rollback of WAR files, log analysis, thread and heap dumps, GC log analysis, and detection of Windows service installations.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tomcat MCPcheck the latest catalina log"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tomcat MCP (Model Context Protocol Server)
A local Tomcat management MCP server for Kiro IDE that enables AI-assisted operations such as:
Start / stop Tomcat
Diagnose startup failures
Deploy and rollback WAR files
Read and analyze logs
Take thread dumps and heap dumps
Analyze GC logs
Detect Windows service installations
This MCP runs locally and never exposes Tomcat over the network.
🌍 Available in MCP Registry
Tomcat MCP is officially published to the MCP Registry and npm.
Registry name: io.github.sarath-451/tomcat-mcp
npm package: @sarath-451/tomcat-mcp
Search via Registry API: https://registry.modelcontextprotocol.io/v0.1/servers?search=tomcat
Related MCP server: Dynatrace Managed MCP Server
🚀 One-Click Install (Kiro IDE)
Make sure you have cloned this repository and installed dependencies first.
📦 Requirements
- **Node.js 18+**
- **Java JDK** (required for jcmd, thread dumps, heap dumps)
- Apache Tomcat (9 / 10 / 10.1 tested)
- Windows (Linux support planned)
Check:
node -v
java -version
jcmd -h
This server cannot be deployed
Maintenance
Related MCP Connectors
Provides capabilities that let LLM agents perform a range of infrastructure management tasks.
Deploy, monitor, and manage your OpenClaw AI assistants via natural language.
- emisarOAuthdev.emisar
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables management of Gradle-based Tomcat applications with capabilities for starting, stopping, restarting processes and querying application logs.61MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to interact with self-hosted Dynatrace Managed environments to retrieve observability data, security insights, and performance metrics. It allows users to query problems, logs, events, and SLOs through natural language interfaces in both local and remote modes.18556 npm28Apache 2.0
- AlicenseBqualityDmaintenanceEnables AI agents to manage Adobe Experience Manager instances, including OSGi bundle and component operations, configuration CRUD, health monitoring, log analysis, and Groovy script execution.209 npm4MIT
- FlicenseCqualityBmaintenanceEnables AI assistants to manage Ansible infrastructure, including inventories, playbooks, roles, and advanced troubleshooting with self-healing capabilities.39-