Back to Apps

GoSpy
Supports UIby monsterxx03
Non-invasive goroutine inspector for Go processes with MCP support for deep runtime analysis.
0 stars
Works in:Cursor
Exposes:Tools
What it does
GoSpy allows AI assistants to inspect and analyze running Go processes. It provides deep visibility into goroutine states, memory statistics, and binary information without interrupting the process execution.
Tools
goroutines: Dumps detailed goroutine information for a specified Go process.gomemstats: Retrieves memory statistics for a Go process.goruntime: Dumps runtime version and configuration info for a Go process.pgrep: Finds the process ID (PID) from a process name.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gospy": {
"command": "sudo",
"args": ["gospy", "serve", "--enable-mcp", "--port", "8974"]
}
}
}
Supported hosts
- Cursor
- Claude
Quick install
go install github.com/monsterxx03/gospy@latestInformation
- Pricing
- free
- Published
- 7/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add http://localhost:8974/mcp to MCP settingsClaude Desktop
{"mcpServers": {"gospy": {"command": "sudo", "args": ["gospy", "serve", "--enable-mcp", "--port", "8974"]}}}





