CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Tomcat

sarath-451/tomcat-mcp
STDIOregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tomcat MCP (Model Context Protocol Server)

npm version MCP Registry

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


🚀 One-Click Install (Kiro IDE)

Make sure you have cloned this repository and installed dependencies first.

Add to Kiro


📦 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



Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Package@sarath-451/tomcat-mcp
TransportSTDIO
UpdatedFeb 17, 2026
View on GitHub