Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@rushstack/mcp-server

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/mcp-server

A Model Context Protocol server implementation for Rush

Source
npmnpm
Version
0.4.16
Version published
Weekly downloads
259
259.72%
Maintainers
4
Weekly downloads
 
Created
Source

@rushstack/mcp-server

With the rapid advancement of LLMs, AI applications like Trae, Cursor, Cline, Windsurf, and others have been thriving. However, due to the large scale of monorepos and the context limitations of LLMs, it’s difficult for these models to fully understand your monorepo. This is where @rushstack/mcp-server comes in - by providing a suite of MCP tools, it enables LLMs to better comprehend your monorepo and assist you more effectively with daily development tasks in a Rush-based monorepo environment.

Usage

  • To get the best results, copy the .cursor directory into the root of your project.

  • Configure @rushstack/mcp-server in your AI application

{
  "mcpServers": {
    "rush": {
      "command": "npx",
      "args": ["-y", "@rushstack/mcp-server", "your-project-path"]
    }
  }
}
  • Congratulations 🎉 You’ve completed the setup - Rush MCP is now ready to use!

Available Tools

  • rush_docs: Retrieves relevant documentation sections based on your queries
  • rush_workspace_details: Retrieve detailed workspace information
  • rush_project_details: Get detailed information about a specific project
  • rush_command_validator: Validate whether commands are compliant and follow best practices
  • rush_migrate_project: Migrate a project from one directory to another or into a different subspace
  • rush_pnpm_lock_file_conflict_resolver: Resolve pnpm-lock.yaml conflicts

Keywords

rush

FAQs

Package last updated on 20 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts