Skip to content
Cursor

tomcat for Cursor

io.github.sarath-451/tomcat

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

client:Cursor transport:stdio runtime:npm

Install tomcat in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tomcat in other clients