Package Exports
- @rushstack/mcp-server
- @rushstack/mcp-server/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@rushstack/mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@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 queriesrush_workspace_details
: Retrieve detailed workspace informationrush_project_details
: Get detailed information about a specific projectrush_command_validator
: Validate whether commands are compliant and follow best practicesrush_migrate_project
: Migrate a project from one directory to another or into a different subspacerush_pnpm_lock_file_conflict_resolver
: Resolve pnpm-lock.yaml conflicts
Links
- CHANGELOG.md - Find out what's new in the latest version