Getting Started

MCP Server

Connect your IDE or AI assistant to the Laioutr documentation MCP server so tools like Cursor, VS Code, and Claude Code can answer questions straight from these docs.

When you ask Cursor about defineSection, or Claude Code about an Orchestr query, you want it to quote this documentation rather than guess from training data. The Laioutr docs expose an MCP (Model Context Protocol) server at https://docs.laioutr.io/mcp that serves the same content you are reading right now, so any MCP-aware client can search and cite these pages in its answers.

This server only exposes the documentation site. It does not connect to your project, your Cockpit, or your data.

One-click install

Install buttons generate the correct config for your IDE and open it in a deeplink. Use the manual steps below if you prefer to edit config files yourself.
Install MCP in CursorInstall MCP in VS Code

Manual setup

Add the server from the CLI:

claude mcp add --transport http laioutr-docs https://docs.laioutr.io/mcp

Then restart Claude Code. Verify with claude mcp list.

Using it

Once connected, point the assistant at a question the docs can answer, for example:

  • "Using the Laioutr docs, show me how to define a product Section with defineSection."
  • "Look up the Orchestr query for cart line items in the Laioutr docs."

The client will call the docs MCP server, fetch the matching pages, and ground its answer in them.

Copyright © 2026 Laioutr GmbH