Crux + Aider

Setup

After running ~/.crux/setup.sh:

  1. Configure Aider to connect to the Crux MCP server
  2. Restart Aider to load the connection

MCP Integration

Aider connects to Crux via MCP protocol. All 37 Crux tools are available.

Supported Features

Feature Support
MCP Tools Full
Knowledge lookup Yes
Session state Yes
Modes Yes
Corrections Yes
Safety pipeline Yes

Configuration

Configure your Aider MCP settings to point to:

Command: ~/.crux/.venv/bin/python
Args: -m scripts.lib.crux_mcp_server
Env: CRUX_PROJECT=., CRUX_HOME=~, PYTHONPATH=~/.crux

Tool Switching

# Switch to Aider from another tool
crux switch Aider

# Switch away from Aider
crux switch claude-code

See Also