Back to Apps

DeepGo
by tenntenn
Advanced exploration tools for the Go ecosystem, including proposal tracking, release notes, and linter skeletons.
7 stars
Updated 1 year ago
Works in:claude
Exposes:Tools
What it does\nDeepGo connects the AI to the Go language ecosystem, enabling it to track language proposals, fetch official release notes, and help developers create analysis tools and linters.\n\n## Tools\n- proposal/review-meeting-minutes: Retrieves latest Go proposal weekly meeting minutes.\n- document/release-note: Fetches release notes for a specific Go version.\n- document/latest-go-version: Retrieves the latest stable Go version.\n- style/modernize: Accesses source code for the modernize analyzer in gopls.\n- style/skeleton: Generates skeleton code for linters using golang.org/x/tools/go/analysis.Analyzer.\n- util/copy-txtar: Copies files from txtar format strings to a directory.\n\n## Installation\njson\n{\n "mcpServers": {\n "deepgo": {\n "command": "deepgomcp",\n "args": [],\n "env": {}\n }\n }\n}\n\n\n## Supported hosts\nOnly clients confirmed in README.
Quick install
go install github.com/tenntenn/deepgo/cmd/deepgomcp@latestInformation
- Pricing
- free
- Published
- 7/18/2026
- Updated
- 1 year ago
- stars
- 7
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"deepgo": {
"command": "deepgomcp",
"args": [],
"env": {}
}
}
}





