Go Process Inspector
https://server.smithery.ai/monsterxx03/gospy/mcp
● healthy
Inspect and analyze running Go processes with detailed goroutine states, memory statistics, and binary information. Use an interactive terminal UI or HTTP API for programmatic access. Enable the MCP server to interact with Go process data via a Server-Sent Events endpoint and available tools for goroutines, memory stats, runtime info, and process lookup.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/monsterxx03/gospy/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/monsterxx03/gospy/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://smithery.ai/servers/monsterxx03/gospy