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.