Skip to main content
Glama

npm-dev-mcp

by masamunet
package.json1.61 kB
{ "name": "@masamunet/npm-dev-mcp", "version": "1.1.3", "description": "MCP server for managing npm run dev processes", "main": "dist/index.js", "type": "module", "bin": { "npm-dev-mcp": "./dist/index.js" }, "files": [ "dist/", "README.md", "package.json" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "test": "NODE_OPTIONS='--experimental-vm-modules' jest", "test:watch": "NODE_OPTIONS='--experimental-vm-modules' jest --watch", "test:coverage": "NODE_OPTIONS='--experimental-vm-modules' jest --coverage", "prepublishOnly": "npm run build", "pm2:start": "pm2 start ecosystem.config.js", "pm2:stop": "pm2 stop npm-dev-mcp", "pm2:restart": "pm2 restart npm-dev-mcp", "pm2:delete": "pm2 delete npm-dev-mcp", "pm2:logs": "pm2 logs npm-dev-mcp", "pm2:monit": "pm2 monit", "pm2:status": "pm2 status npm-dev-mcp" }, "keywords": [ "mcp", "npm", "dev-server", "process-management", "cli", "npx" ], "author": "masamunet", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/masamunet/npm-dev-mcp.git" }, "bugs": { "url": "https://github.com/masamunet/npm-dev-mcp/issues" }, "homepage": "https://github.com/masamunet/npm-dev-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^20.0.0", "jest": "^30.0.5", "ts-jest": "^29.4.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" } }

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/masamunet/npm-dev-mcp'

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