Best for
- Developers auditing NPM dependencies within AI workflows
- Teams performing supply chain security assessments
- Users of Claude Desktop, Cursor, or VS Code
A comprehensive NPM package analysis MCP server with 19 tools covering security, dependencies, quality, and trends, featuring OWASP LLM01 defenses, dual output protocol, and dual-era protocol compatibility — well suited to security-conscious development teams.
NPM Sentinel MCP is a Model Context Protocol server offering 19 tools for recursive security scanning, dependency tree analysis, download trends, quality scoring, and alternative suggestions. It leverages Google deps.dev, OSV.dev, OpenSSF Scorecard, and npms.io data, supports both STDIO and Streamable HTTP transports, and includes defenses against indirect prompt injection (OWASP LLM01) plus automatic cache invalidation on lockfile changes.
Run via npx: add a server entry to your Claude Desktop or VS Code/Cursor MCP config with command npx -y @nekzus/mcp-server@latest. Also available via Docker, by mounting createMcpHttpHandler from @nekzus/mcp-server/http on Cloudflare Workers, Hono, Express, or similar platforms, or via the Smithery.ai hosted URL. Configure the registry with the NPM_REGISTRY_URL environment variable.
{"mcpServers":{"npm-sentinel":{"command":"npx","args":["-y","@nekzus/mcp-server@latest"]}}}