Skip to main content
Glama

Node Omnibus MCP Server

by bsmi021

add_script

Use this tool to add custom npm scripts to your package.json file, specifying the script name, command, and project directory path for streamlined Node.js development workflows.

Instructions

Add a new npm script to package.json

Input Schema

NameRequiredDescriptionDefault
commandYesScript command
nameYesScript name
pathYesProject directory path

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Script command", "type": "string" }, "name": { "description": "Script name", "type": "string" }, "path": { "description": "Project directory path", "type": "string" } }, "required": [ "path", "name", "command" ], "type": "object" }

You must be authenticated.

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