Skip to main content
Glama

Node Omnibus MCP Server

by bsmi021

install_packages

Install npm packages with version management to streamline Node.js project dependencies. Specify package names, project path, and optional dev dependency flag for precise setup.

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" }
Install Server

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