SideroLabs publishes machine-readable documentation metadata that allows AI agents and developer tools to understand Talos Linux and Omni capabilities programmatically. These integration points can be used by agent frameworks, MCP-compatible tools, IDE extensions, or custom automation.Documentation Index
Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
Use this file to discover all available pages before exploring further.
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:- OpenCode
- Claude code (user-level configuration)
- Claude code (project-level)
Add the MCP server configuration to your OpenCode config file located at
~/.opencode/opencode.json: