Odel
tomcat mcp

tomcat mcp

Local
@sarath-451JavaScriptMITUpdated 6mo ago

Local MCP server for AI-assisted Apache Tomcat management and diagnostics

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@sarath-451/tomcat-mcpv1.0.2

Run

npx -y @sarath-451/tomcat-mcp

MCP client config

{
  "mcpServers": {
    "tomcat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sarath-451/tomcat-mcp"
      ]
    }
  }
}