UNPKG

@nekzus/mcp-server

Version:

NPM Sentinel MCP - A powerful Model Context Protocol (MCP) server that revolutionizes NPM package analysis through AI. Built to integrate with Claude and Anthropic AI, it provides real-time intelligence on package security, dependencies, and performance.

111 lines (110 loc) 2.9 kB
{ "name": "@nekzus/mcp-server", "version": "1.7.8", "description": "NPM Sentinel MCP - A powerful Model Context Protocol (MCP) server that revolutionizes NPM package analysis through AI. Built to integrate with Claude and Anthropic AI, it provides real-time intelligence on package security, dependencies, and performance.", "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.js", "bin": { "mcp-server-nekzus": "dist/index.js" }, "files": [ "dist", "README.md", "llms-full.txt", "LICENSE" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "dev": "tsx watch index.ts", "start": "node dist/index.js", "test": "vitest", "test:coverage": "vitest run --coverage", "format": "biome format --write .", "lint": "biome lint --write .", "check": "biome check --apply .", "commit": "git-cz", "semantic-release": "semantic-release --branches main", "watch": "tsc --watch", "prepublishOnly": "npm run build", "changelog:init": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" }, "keywords": [ "mcp", "model-context-protocol", "claude", "anthropic", "ai", "server", "typescript", "npm-tools", "npm-analysis", "npm-package-info", "npm-dependencies", "npm-vulnerabilities", "npm-trends", "npm-metrics", "npm-quality", "npm-maintenance", "npm-popularity", "npm-size", "npm-types", "npm-compare", "development-tools", "testing-tools", "utility-functions", "cli-tools", "sdk", "api", "json-rpc", "esm", "typescript-types" ], "author": { "name": "nekzus", "email": "nekzus.dev@gmail.com", "url": "https://github.com/Nekzus" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Nekzus/npm-sentinel-mcp.git" }, "bugs": { "url": "https://github.com/Nekzus/npm-sentinel-mcp/issues" }, "homepage": "https://github.com/Nekzus/npm-sentinel-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "1.11.2", "node-fetch": "3.3.2", "zod": "3.24.4" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@semantic-release/github": "11.0.2", "@semantic-release/npm": "12.0.1", "@semantic-release/release-notes-generator": "14.0.3", "@types/node": "22.15.17", "@vitest/coverage-v8": "3.1.3", "cz-conventional-changelog": "3.3.0", "semantic-release": "24.2.3", "shx": "0.4.0", "tsx": "4.19.4", "typescript": "5.8.3", "vitest": "3.1.3" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "publishConfig": { "access": "public" }, "engines": { "node": ">=18" } }