Skip to main content
Nebius documentation includes AI-ready formats and integrations that help you work with AI agents and coding assistants.

Markdown pages

Agents don’t need to parse the HTML version of this documentation. All documentation pages are available as Markdown:
  • Append .md to 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/markdown header. 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.
The Nebius docs MCP server provides documentation search only. It doesn’t execute Nebius CLI commands or act on your resources. To work with the Nebius CLI from an AI agent, see nebius/mcp-server.

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 the Copy 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 an mcp.json or equivalent configuration file, update it to connect to the hosted Nebius docs MCP server in one of the following ways: