Gradle Tomcat MCP Server
Manages Gradle-based Tomcat applications, allowing process control (start, stop, restart) and execution of Gradle commands in specified project directories
Click on "Install 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., "@Gradle Tomcat MCP Serverget recent logs with level ERROR from the last hour"
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.
Gradle Tomcat MCP Server
A Model Context Protocol (MCP) server for managing Gradle-based Tomcat applications with log querying capabilities.
Features
Process Management: Start, stop, restart, and monitor Tomcat processes via Gradle
Log Management: Capture, store, and query application logs with filtering
Real-time Monitoring: Stream logs and process status updates
MCP Integration: Full integration with Claude and other MCP clients
Related MCP server: Gradle MCP Server
Installation
Global Installation (Recommended)
npm install -g mcp-gradle-tomcatLocal Installation
npm install mcp-gradle-tomcatFrom Source
git clone https://github.com/your-username/mcp-gradle-tomcat.git
cd mcp-gradle-tomcat
npm installQuick Start
1. Add to Claude Configuration
Add this to your Claude configuration file (~/.claude/config.json):
{
"mcpServers": {
"gradle-tomcat": {
"command": "mcp-gradle-tomcat",
"env": {
"GRADLE_WORKING_DIR": "/path/to/your/gradle/project"
}
}
}
}2. Use with Claude
Once configured, you can use these commands in Claude:
"Start Tomcat" - Launches your Gradle application
"Stop Tomcat" - Gracefully stops the running application
"Get Tomcat status" - Shows process status and uptime
"Get recent logs" - Retrieves application logs with filtering
"Restart Tomcat" - Stops and starts the application
Manual Usage
Direct Execution
# Set your project directory
export GRADLE_WORKING_DIR="/path/to/your/gradle/project"
# Run the MCP server
mcp-gradle-tomcatTesting Tools
# Test individual tools
npm testConfiguration
Configuration can be set via environment variables:
GRADLE_WORKING_DIR: Working directory for Gradle commands (default: current directory)GRADLE_COMMAND: Gradle command to run (default: appRun)TOMCAT_PORT: Expected Tomcat port (default: 8080)MAX_LOG_BUFFER_SIZE: Maximum log entries in memory (default: 1000)LOG_DIR: Directory for log files (default: ./logs)
Available Tools
start_tomcat
Launch Tomcat via Gradle
gradle_command(optional): Gradle command to runworking_directory(optional): Working directory
stop_tomcat
Terminate Tomcat process
force(optional): Force termination with SIGKILL
restart_tomcat
Stop and start Tomcat
force(optional): Force termination during stopgradle_command(optional): Gradle command for restart
get_tomcat_status
Check Tomcat process status
No parameters
get_logs
Retrieve log entries
lines(optional): Number of recent log lines (default: 100)level(optional): Minimum log level (DEBUG, INFO, WARN, ERROR)since(optional): ISO 8601 timestamp to filter fromsource(optional): Filter by source (stdout, stderr)
clear_logs
Clear log buffer and files
confirm(required): Must be true to confirm
Architecture
src/
├── server.js # Main MCP server
├── process-manager.js # Tomcat lifecycle management
├── log-manager.js # Log capture and querying
├── tools/ # MCP tool implementations
└── config.js # Configuration managementLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityFmaintenanceEnables interaction with Coolify applications and resources through the Coolify API via a standardized interface, supporting application management operations such as listing, starting, stopping, restarting, and deploying.Last updated1113
- AlicenseAqualityDmaintenanceEnables interaction with Gradle projects through the Gradle Wrapper, allowing users to list projects and tasks, execute builds, run tests, and clean artifacts with real-time progress reporting and comprehensive error details.Last updated71MIT
- Alicense-qualityDmaintenanceEnables management of Hostinger services, allowing users to deploy WordPress sites, themes, and plugins, as well as manage JavaScript and static website deployments. It also provides tools for retrieving billing catalog items and monitoring application deployment logs.Last updated89,931MIT
- Alicense-qualityDmaintenanceEnables management of TeamCity CI/CD operations through natural language commands, including builds, projects, tests, artifacts, and more.Last updated136MIT
Related MCP Connectors
Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.
Deploy apps on your cloud. Create environments, configure infrastructure, and monitor jobs.
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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