Skip to main content
Glama

Node Omnibus MCP Server

by bsmi021

install_packages

Install and manage npm packages with version control in specified project directories. Supports dev dependencies for streamlined Node.js development workflows.

Instructions

Install npm packages with version management

Input Schema

NameRequiredDescriptionDefault
devNoInstall as dev dependency
packagesYesPackage names to install
pathYesProject directory path

Input Schema (JSON Schema)

{ "properties": { "dev": { "default": false, "description": "Install as dev dependency", "type": "boolean" }, "packages": { "description": "Package names to install", "items": { "type": "string" }, "type": "array" }, "path": { "description": "Project directory path", "type": "string" } }, "required": [ "packages", "path" ], "type": "object" }

Other Tools from Node Omnibus MCP Server

Related Tools

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/bsmi021/mcp-node-omnibus-server'

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