> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langdock.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cookbook

> Self-contained, runnable recipes for building on Langdock

The [Langdock Cookbook](https://github.com/Langdock/langdock-cookbook) is a collection of self-contained recipes for recurring problems when building on Langdock. Each recipe is a small, runnable project that solves one problem and explains how it works.

<Card title="Langdock Cookbook on GitHub" icon="github" href="https://github.com/Langdock/langdock-cookbook">
  Browse the recipes and clone the repository.
</Card>

## Running a recipe

Each recipe is a standalone folder with its own README. Clone the repository or copy a single folder, then work inside it. Recipes are built with TypeScript and Node.js, managed with pnpm.

```bash theme={null}
cd mcp/authentication/okta-dcr   # any recipe folder
pnpm install
cp .env.example .env             # where applicable
pnpm dev                         # runs locally on http://localhost:3333
```

The Cookbook is maintained by the Langdock Solutions Engineering team and licensed under MIT.
