Available integration endpoints
Depending on your tooling and integration model, you can use one or more of the following endpoints.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.
You can see the llms.txt file at:
The skill.md file
The skill.md file is a capability definition that describes supported operations, workflows, architectural constraints, and expected inputs and outputs.
Agents can use this file to understand:
- Supported actions
- Required configuration inputs
- Workflow sequencing
- Operational constraints
skill.md file in your personal Claude skills directory:
MCP endpoint
SideroLabs exposes its documentation through a remote Model Context Protocol (MCP) server. This enables MCP-compatible clients to query the documentation dynamically using the standard MCP interface. To connect, register the following URL as a remote MCP server in your client configuration:- Claude Code
- OpenCode
The recommended way to add the server is with the After adding the server, verify the connection:If the server is configured correctly, it appears as
claude mcp add command. Choose the scope that best fits how you want to use it:✔ Connected.When you use the --scope project option, Claude Code creates a .mcp.json file in the root of your repository with the following configuration: