@pipeworx/pkg-go-dev

Connect: https://gateway.pipeworx.io/pkg-go-dev/mcp · Install: one-click buttons

Tools: 4

Go modules MCP — version list + metadata for any importable Go module. No auth.

Tools

  • list_versions(module_path) — all tagged versions
  • latest_version(module_path) — most recent version
  • get_module_info(module_path, version) — version metadata
  • get_go_mod(module_path, version) — raw go.mod file

Data source

https://proxy.golang.org/ — the official Google-run Go module proxy. Returns text/json.

Module paths are import paths (e.g. github.com/gin-gonic/gin, golang.org/x/net).

Tools

  • list_versions — List all published versions of a Go module.
  • latest_version — Most recent released version of a Go module — with the resolved time.
  • get_module_info — Metadata for a specific version (resolved version, commit time, origin).
  • get_go_mod — Raw go.mod contents for a specific version. Useful for dependency analysis.

Tools

  • get_go_mod — Raw go.mod contents for a specific version. Useful for dependency analysis.
  • get_module_info — Metadata for a specific version (resolved version, commit time, origin).
  • latest_version — Most recent released version of a Go module — with the resolved time.
  • list_versions — List all published versions of a Go module.

Regenerated from source · build May 21, 2026