Markdown pages
Agents don’t need to parse the HTML version of this documentation. All documentation pages are available as Markdown:- Append
.mdto the page URL. For example, https://docs.nebius.com/serverless/overview.md. - Use the menu in the top-right corner of any page to copy or view the page content in Markdown.
- Send an
Accept: text/markdownheader. This is useful when a tool or script already requests the HTML page URL, but you want the response as Markdown without changing the path.
Use llms.txt and llms-full.txt
Give your AI agent or coding assistant context on Nebius AI Cloud and how it works with these files when it needs documentation context beyond a single page:Docs Model Context Protocol server
The Nebius docs Model Context Protocol (MCP) server gives any MCP-compatible AI tool a direct connection to the Nebius documentation. This is useful when you want your AI tool to search the current documentation and retrieve relevant pages while you work.URL-based connection
If your client supports remote MCP servers, paste the server URL into its connector settings.Direct connectors
Our documentation pages include direct connectors in theCopy page menu in the top-right corner. You can use the menu to configure the MCP directly in VS Code or Claude.
File-based configuration
If your client uses anmcp.json or equivalent configuration file, update it to connect to the hosted Nebius docs MCP server in one of the following ways:
- VS Code
- Cursor and other clients