A model's opinion about Go naming is an average of everything it has read. This fetches the Google and Uber guides live and answers from their text, which is the difference between a preference and a citation.
A live fetch layer over the official Go style guides — Google's Style Guide, Style Decisions and Best Practices, plus Uber's Go Style Guide. Guides are fetched on first use, so the answer reflects the current text.
- Search across all the live-fetched guide content for a specific pattern
- Topic-scoped extracts across every guide: naming, errors, concurrency, testing, interfaces, formatting, comments, imports and context
- Curated review guidelines for a topic, for when the raw guide text is more than the question needs
- Six review prompts shipped with the server — full code review, naming, error handling, concurrency, testing and interface design
Go install, or build from source, then one stdio entry in your client config. No account and no key. An HTTP mode is available for testing with MCP Inspector.
One command — go install github.com/BrunoKrugel/go-review-mcp@latest
