Skip to main content
Glama

Gradle Tomcat MCP Server

by lkb2k

restart_tomcat

Restarts Tomcat server processes for Gradle-based applications, allowing controlled stop and start operations with optional force termination. Simplifies server management in development environments.

Instructions

Stop and start Tomcat

Input Schema

NameRequiredDescriptionDefault
forceNoForce termination during stop
gradle_commandNoGradle command for restart (default: appRun)

Input Schema (JSON Schema)

{ "properties": { "force": { "default": false, "description": "Force termination during stop", "type": "boolean" }, "gradle_command": { "description": "Gradle command for restart (default: appRun)", "type": "string" } }, "type": "object" }

Other Tools from Gradle Tomcat MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lkb2k/mcp-gradle'

If you have feedback or need assistance with the MCP directory API, please join our Discord server