GoSpy

Inspects and analyzes running Go processes by directly reading memory on Linux and macOS systems, providing deep visibility into g

monsterxx03 97
Claude CodeClaude DesktopGeneric
View source ↗

GoSpy is a powerful tool for inspecting and analyzing running Go processes, providing deep visibility into goroutine states, memory statistics, and runtime information without modifying the target application. Developed by monsterxx03, it works by directly reading process memory on Linux and macOS systems, using DWARF debugging information to parse Go's internal structures. The implementation features both a terminal UI for interactive monitoring and an HTTP API with optional MCP server support for programmatic access. GoSpy is particularly valuable for debugging performance issues, analyzing goroutine leaks, and understanding runtime behavior of production Go applications without adding instrumentation code.

Source

Repository: https://github.com/monsterxx03/gospy

Maintain GoSpy?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[GoSpy on getagentictools](https://getagentictools.com/mcp/monsterxx03-gospy?ref=badge)