detect_package_manager

MCP tool from Ember MCP by ember-tooling

Detect which package manager (pnpm, yarn, npm, bun) is being used in a workspace by examining lockfiles and package.json. Returns the appropriate commands to use for installing dependencies, running scripts, and executing packages.

How to use it

detect_package_manager is exposed by the Ember MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the detect_package_manager tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

FULL EMBER MCP LISTING