godoc-mcp
53
godoc-mcp is an MCP server designed to make Go documentation easily accessible and more efficient for Large Language Models (LLMs). By providing only essential package documentation, it reduces token usage significantly and supports structured project navigation and flexible path options.
Overview
godoc-mcp
is a Model Context Protocol (MCP) server that enhances LLM efficiency in accessing and understanding Go documentation by offering token-efficient package documentation access without requiring full source file reads. Key features include:
- Token Efficiency: Delivers only essential documentation, significantly reducing token usage.
- Structured Information: Consistent format for official package documentation.
- Project Navigation: Facilitates understanding of multi-package projects.
- Integration: Compatible with other MCP servers for comprehensive code analysis.
- Performance: Features like caching and optimized token usage improve efficiency.
- Local Use: Functions without internet connectivity.
godoc-mcp
supports varied usage contexts, from documentation fetching for symbols to navigating project directories with Go files.