rush-cli

jamesdsizemore/rush-cli
★ 0 stars Python Code/Dev Tools Updated 1d ago
Agentic code-quality CLI and local stdio MCP server for coding agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rush-cli": {
      "command": "uvx",
      "args": [
        "rush-cli"
      ]
    }
  }
}

Or install with pip: pip install rush-cli

README Excerpt

> Agentic code-quality CLI + stdio MCP server. Companion to > [headcleaner](https://github.com/.../headcleaner-cli). **Status:** v0.1.0-alpha. Rush runs real Python and JS/TS quality engines through the CLI and the same canonical implementations through its local stdio MCP server. ```bash uv sync .venv/Scripts/rush.exe --help