G

godoc-mcpgo doc mcp server

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

godoc-mcp is a Model Context Protocol (MCP) server providing efficient access to Go documentation. It helps LLMs understand Go projects by offering direct access to package documentation without needing to read entire source files. This tool can improve the performance of using LLMs for Go development by substantially reducing the number of tokens needed. godoc-mcp provides several advantages including token efficiency, structured information, project navigation, integration readiness, performance, and local access without an internet connection. It allows LLMs to retrieve documentation for exported symbols, complete source for symbols, lists of exported or all symbols, full package documentation, or entire package source. The server handles directories with or without Go files, import paths, and supports module-aware documentation retrieval for third-party packages. It also features built-in response caching and efficient token usage.

Key features

  • Efficient Documentation Access
  • Smart Package Discovery
  • Flexible Path Support
  • Automatic Module Context
  • Module-Aware
  • Performance Optimized

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

Improving LLM Performance in Go Development

godoc-mcp can be used to provide LLMs with direct access to Go package documentation, reducing the tokens needed and improving performance.

Exploring Go Projects and Packages

godoc-mcp can be used to explore Go projects and packages by retrieving documentation and source code for symbols and packages.

Pros & Cons

Pros

  • Token Efficiency: Returns only essential documentation, reducing token usage significantly.
  • Structured Information: Provides official package documentation in a consistent format.
  • Integration Ready: Works with other MCP servers for high-level and detailed code analysis.
  • Performance: Caching and optimized token usage make it fast and efficient.
  • Local: Does not require an internet connection to access documentation.

Cons

  • Limited to Go documentation: May not be directly useful for projects in other languages.
  • Requires understanding of MCP protocol: May have a learning curve for integration with LLMs.
  • Dependence on Go ecosystem: Might not handle non-standard Go project structures well.

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

Does it require an internet connection?

No, godoc-mcp allows for local access without an internet connection.

Asked by Oksana Melnyk · Mar 12, 2026

Is it limited to Go projects?

Yes, godoc-mcp is limited to Go documentation and may not be directly useful for projects in other languages.

Asked by Tobias Hartmann · Mar 9, 2026

What are the advantages?

godoc-mcp provides token efficiency, structured information, project navigation, integration readiness, performance, and local access.

Asked by Ahmed Saleh · Jan 22, 2026

What is godoc-mcp?

godoc-mcp is a Model Context Protocol (MCP) server for efficient access to Go documentation.

Asked by Fernando Rojas · Jan 18, 2026

Ask a question

MCP Servers alternatives