Available integration options
Depending on your tooling and integration model, use one or more of the following options.The llms.txt file
The llms.txt file is a structured documentation index.
It lists all the available documentation pages so agents can discover relevant content before answering questions.
See the llms.txt file at:
Skills CLI
The Skills CLI is a command-line tool that allows you to query the documentation and retrieve relevant information programmatically. If your agent supports the Skills CLI, then you can install the skill using:MCP
When an AI application connects to the GO documentation Model Context Protocol (MCP) server, it can search the documentation and retrieve full page content directly, in response to your prompts. Instead of relying on information from its training data or making a generic web search, your MCP server provides access to all indexed content on the documentation site. GBG GO exposes its documentation through a remote MCP server. This enables MCP-compatible clients to query the documentation dynamically. To connect, register the following URL as a remote MCP server in your client configuration:MCP tools
Your MCP server provides two tools that AI applications can use:- Search: Searches across the GBG GO documentation to find relevant content, returning snippets with titles and links. Use this when you need to discover information or find pages matching a query.
- Get page: Retrieves the full content of a specific documentation page by its path. Use this when you already know the page path, such as from search results, and need the complete content rather than a snippet.
Use MCP server
The GBG GO documentation provides different options for using the MCP server:- Claude
- Claude Code
- Cursor
- VS Code
Add the GBG GO MCP server to Claude:
- Navigate to the Connectors page in the Claude settings.
- Select Add custom connector.
- Add the GBG GO MCP server:
- Name: GBG GO Docs
- URL:
https://docs.go.gbgplc.com/mcp
- Click Add.
- When using Claude, click the attachments button (the plus icon).
- Navigate to Connectors, youâll see the GO docs MCP connector you just added automatically enabled.
- Ask Claude a question about GBG GO.