> ## 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

> Eigenständige, ausführbare Rezepte für die Entwicklung mit Langdock

Das [Langdock Cookbook](https://github.com/Langdock/langdock-cookbook) ist eine Sammlung eigenständiger Rezepte für wiederkehrende Probleme bei der Entwicklung mit Langdock. Jedes Rezept ist ein kleines, ausführbares Projekt, das ein Problem löst und erklärt, wie es funktioniert.

<Card title="Langdock Cookbook auf GitHub" icon="github" href="https://github.com/Langdock/langdock-cookbook">
  Durchsuche die Rezepte und klone das Repository.
</Card>

## Ein Rezept ausführen

Jedes Rezept ist ein eigenständiger Ordner mit einer eigenen README. Klone das Repository oder kopiere einen einzelnen Ordner und arbeite darin. Die Rezepte sind mit TypeScript und Node.js gebaut und werden mit pnpm verwaltet.

```bash theme={null}
cd mcp/authentication/okta-dcr   # ein beliebiger Rezept-Ordner
pnpm install
cp .env.example .env             # sofern erforderlich
pnpm dev                         # läuft lokal auf http://localhost:3333
```

Das Cookbook wird vom Langdock Solutions Engineering Team gepflegt und steht unter der MIT-Lizenz.
