Back to MCP Directory
Godoc
Model Context Protocol low risk

Godoc

The godoc-mcp-server searches Go packages and their documentation from pkg.go.dev, providing the information to an LLM via the Model Context Protocol.

Connections & Capabilities

Connects To

GitHub

Capabilities

read

Exposed MCP Tools (2)

safe
searchPackage

Searches for Go packages on pkg.go.dev based on a query.

Read-only operation; only retrieves package names.

safe
getPackageInfo

Retrieves detailed information about a specific Go package from pkg.go.dev.

Read-only operation; only retrieves package documentation.

Safety Assessment

This server is generally safe due to its read-only nature and limited network exposure. However, the security of the overall system depends on the LLM's security. It is safe to use when the LLM is trusted and the information retrieved is not considered highly sensitive. Risky scenarios involve using the server with an untrusted LLM or when the retrieved documentation contains vulnerabilities.

  • Read-only access to package documentation.
  • No write or delete operations.
  • Operates on stdio, limiting network exposure.
  • No authentication required.
  • Potential for information disclosure if the LLM is compromised.
  • Reliance on pkg.go.dev availability.
  • No input validation is mentioned, which could lead to unexpected behavior.
Godoc Review, Pricing & Alternatives (2026) | Flaex AI