methodTraceLog

wb04307201/methodTraceLog
★ 46 stars Java AI/LLM Updated 2d ago
Spring Boot starter for method tracing, performance monitoring, log file management, and CFR-backed decompilation. Includes a standalone MCP server (methodTraceLog-mcp) that exposes the same capabilities to AI agents over stdio.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "methodtracelog": {
      "command": "npx",
      "args": [
        "-y",
        "wb04307201/methodTraceLog"
      ]
    }
  }
}