Skip to main content
Glama

Node Omnibus MCP Server

by bsmi021

create_project

Initiate and configure a new Node.js project with specific settings like project type, directory path, and TypeScript support using the Node Omnibus MCP Server.

Instructions

Create a new Node.js project with enhanced configuration

Input Schema

NameRequiredDescriptionDefault
nameYesProject name
pathYesProject directory path
typeYesProject type
typescriptNoEnable TypeScript support

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Project name", "type": "string" }, "path": { "description": "Project directory path", "type": "string" }, "type": { "description": "Project type", "enum": [ "react", "node", "next", "express", "fastify" ], "type": "string" }, "typescript": { "default": true, "description": "Enable TypeScript support", "type": "boolean" } }, "required": [ "name", "type", "path" ], "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