Skip to content
Zed

tomcat for Zed

io.github.sarath-451/tomcat

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

client:Zed transport:stdio runtime:npm

Install tomcat in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

tomcat in other clients