Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
read
Exposed MCP Tools (2)
safe
searchPackageSearches for Go packages on pkg.go.dev based on a query.
Read-only operation; only retrieves package names.
safe
getPackageInfoRetrieves 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.
