Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

MCP

The Model Context Protocol server provides access to Carapace features.

Simply add it to your config.


{
  "$schema": "https://charm.land/crush.json",
  "mcp": {
    "carapace": {
      "type": "stdio",
      "command": "carapace",
      "args": [
        "--mcp"
      ]
    }
  }
}

Tools

  • complete Return context‑aware, dynamic completions for shell commands.
  • list_macros List available macros and their signatures.