rush
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)문서
requirements.md— v0.1에 포함된 기능docs/ARCHITECTURE.md— 구성 방식docs/MCP.md— 에이전트 구성 및 MCP 프로토콜 계약AGENTS.md— 기여자 및 전송 제약 사항CHANGELOG.md— 알파 릴리스 노트findings.md— 연구 및 결정 사항task_plan.md— 단계 추적기progress.md— 세션 로그
라이선스
MIT
This server cannot be installed
Maintenance
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-maintenanceProvides 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.
- Alicense-qualityDmaintenanceCode 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.55MIT
- Alicense-qualityAmaintenanceProvides comprehensive code quality analysis and automated fixing, available as a CLI and MCP server (currently in early beta with MCP part untested).1MIT
- Alicense-qualityAmaintenanceAutonomous 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,4641,039Business Source 1.1
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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