Skip to main content
Glama

rush

智能体代码质量 CLI + stdio MCP 服务器。它是 headcleaner 的配套工具。

状态: v0.1.0-alpha。Rush 通过 CLI 运行真实的 Python 和 JS/TS 质量引擎,并通过其本地 stdio MCP 服务器运行相同的规范实现。

安装

# From this checkout
uv sync

# Windows (PowerShell or Git Bash)
.venv/Scripts/rush.exe --help

# macOS/Linux
.venv/bin/rush --help

若要从当前检出目录获得持久化的全局命令,请在 Windows 上使用 scripts/install.ps1,或在 macOS/Linux 上使用 scripts/install.sh。Rush 会从你的环境中发现质量引擎;当需要相应的检查时,请单独安装 Ruff、pytest、pip-audit、ESLint、Prettier、Vitest 或 npm。

Related MCP server: mcp-lint-tools

快速开始

rush --help
rush review ./src
rush lint ./src --json
rush test ./tests
rush mcp serve            # stdio MCP server (for coding agents)

文档

许可证

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    -
    quality
    -
    maintenance
    Provides comprehensive code quality tools including linting, security scanning, TypeScript checking, and testing through a single MCP server. Integrates multiple quality analysis tools like Biome, ESLint, and Playwright for streamlined development workflows.
  • A
    license
    -
    quality
    D
    maintenance
    Code linting and style checking tools for AI agents, exposed as an MCP server. Supports style checks, naming conventions, complexity analysis, dead code detection, and import analysis.
    55
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Autonomous spec-to-product coding-agent CLI. Its MCP server exposes 34 tools over stdio: project state and task-queue ops, memory retrieve/store, code search, quality and verification reports, repo hotspots/co-changes, and structured findings/learnings.
    7,464
    1,039
    Business Source 1.1

View all related MCP servers

Related MCP Connectors

  • Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.

  • Lints + auto-fixes how AI coding agents discover any new product. 24 rules, 6 tools, score 0-100.

  • Hosted MCP server for structured code review passes on human- and AI-written code. Free tier.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamesdsizemore/rush-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server