# Claurst ## Docs - [Bridge mode](https://mintlify.wiki/yocxy2/claurst/advanced/bridge-mode.md): Connect Claurst to the claude.ai web UI or IDE extensions for remote control and live collaboration. - [AutoDream memory consolidation](https://mintlify.wiki/yocxy2/claurst/advanced/dream-system.md): How Claurst's background memory consolidation engine synthesizes session learnings into durable, organized memories. - [MCP integration](https://mintlify.wiki/yocxy2/claurst/advanced/mcp-integration.md): Connect Claurst to external data sources and tools using the Model Context Protocol. - [Multi-agent orchestration](https://mintlify.wiki/yocxy2/claurst/advanced/multi-agent.md): How Claurst transforms into a coordinator that spawns and directs parallel worker agents to tackle complex tasks. - [Architecture](https://mintlify.wiki/yocxy2/claurst/concepts/architecture.md): How Claurst is structured: workspace crates, dependency flow, the agentic query loop, and the TUI layer. - [Memory system](https://mintlify.wiki/yocxy2/claurst/concepts/memory.md): How Claurst stores short-term session history and long-term markdown memories, and how the AutoDream consolidation process works. - [Permissions](https://mintlify.wiki/yocxy2/claurst/concepts/permissions.md): Permission modes, categories, layered settings, risk classification, and path-traversal protections in Claurst. - [Tool system](https://mintlify.wiki/yocxy2/claurst/concepts/tool-system.md): How the Tool trait is defined, how the 33 built-in tools are organized, and how input schemas and permissions work in cc-tools. - [CLAUDE.md](https://mintlify.wiki/yocxy2/claurst/configuration/claude-md.md): CLAUDE.md is a project-level instruction file that gets injected into the system prompt, giving Claude persistent context about your codebase. - [Feature flags](https://mintlify.wiki/yocxy2/claurst/configuration/feature-flags.md): Claurst uses compile-time feature gates to ship a single codebase that produces different binaries for different deployment contexts. Gated features compile away completely in standard builds. - [Settings](https://mintlify.wiki/yocxy2/claurst/configuration/settings.md): Claurst uses a layered settings system — global, project, local project, and managed — that merge at runtime with later layers taking precedence. - [Installation](https://mintlify.wiki/yocxy2/claurst/installation.md): Build Claurst from source or install a pre-built binary. Covers prerequisites, PATH setup, environment variables, and compile-time feature flags. - [Introduction](https://mintlify.wiki/yocxy2/claurst/introduction.md): Claurst is a clean-room Rust reimplementation of Claude Code — a terminal AI coding agent with 33+ tools, multi-agent orchestration, MCP integration, and a ratatui TUI. - [Quickstart](https://mintlify.wiki/yocxy2/claurst/quickstart.md): Build Claurst from source and run your first AI coding session in under five minutes. - [Git & PR commands](https://mintlify.wiki/yocxy2/claurst/reference/commands/git-and-pr.md): Commands for creating commits, opening pull requests, reviewing code, and integrating with GitHub and Slack in Claurst. - [Commands overview](https://mintlify.wiki/yocxy2/claurst/reference/commands/overview.md): A reference for every slash command in Claurst, how the command system works, and where to find detailed documentation. - [Session commands](https://mintlify.wiki/yocxy2/claurst/reference/commands/session.md): Commands for managing conversation history, models, context, authentication, and session settings in Claurst. - [Tools & MCP commands](https://mintlify.wiki/yocxy2/claurst/reference/commands/tools-and-mcp.md): Commands for managing MCP servers, tool permissions, hooks, agents, plugins, skills, and project initialization in Claurst. - [Crate reference](https://mintlify.wiki/yocxy2/claurst/reference/crates.md): Full reference for the 11 workspace crates that make up the Claurst Rust implementation. - [Special systems](https://mintlify.wiki/yocxy2/claurst/reference/special-systems.md): In-depth reference for Claurst's advanced internal systems: BUDDY, KAIROS, ULTRAPLAN, Undercover Mode, Penguin Mode, system prompt architecture, and beta API headers. - [Agent & task tools](https://mintlify.wiki/yocxy2/claurst/reference/tools/agent-tools.md): Spawn sub-agents, manage background tasks, coordinate agent swarms, schedule cron jobs, and invoke skills. - [File tools](https://mintlify.wiki/yocxy2/claurst/reference/tools/file-tools.md): Read, write, edit, and search files in your project. These are the most frequently used tools in Claurst. - [Tools overview](https://mintlify.wiki/yocxy2/claurst/reference/tools/overview.md): Capabilities that Claude can invoke on your behalf during a session — from reading files to searching the web to spawning sub-agents. - [Shell & web tools](https://mintlify.wiki/yocxy2/claurst/reference/tools/shell-and-web.md): Execute shell commands, run PowerShell scripts, fetch URLs, and search the web. ## OpenAPI Specs - [openapi](https://mintlify.wiki/yocxy2/claurst/api-reference/openapi.json)