Connects Claude to the Go module proxy ecosystem, letting you query module information, available versions, and go.mod contents programmatically. You get a natural language interface through ask_pipeworx instead of calling tools directly, so you can just ask "what's the latest version of gin" or "show me the dependencies for cobra" without wrestling with API parameters. Part of the broader Pipeworx gateway that bundles 673+ data sources, but available standalone if you only need Go module lookups. Useful when you're exploring dependencies, checking version compatibility, or auditing module trees without leaving your AI workflow.
Go Module Proxy MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"goproxy": {
"url": "https://gateway.pipeworx.io/goproxy/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Goproxy data" })
The gateway picks the right tool and fills the arguments automatically.
MIT