Nekzus MCP Server
@Nekzus
关于 Nekzus MCP Server
A powerful Model Context Protocol (MCP) server that revolutionizes NPM package analysis through AI.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-nekzus": {
"command": "docker",
"args": [
"build",
"-t",
"nekzus/mcp-server",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Nekzus MCP Server?
Nekzus MCP Server (also called NPM Sentinel MCP) is a Model Context Protocol server that provides real‑time NPM package analysis—including security, dependencies, and performance—through AI integration with Claude and Anthropic AI.
How to use Nekzus MCP Server?
Install via npx -y @nekzus/mcp-server@latest. For VS Code or Claude Desktop, add a stdio configuration with that command. Alternatively, use the Docker image or deploy over HTTP via Smithery.ai. All tools accept an optional ignoreCache: true parameter to skip caching.
Key features of Nekzus MCP Server
- Version tracking and dependency mapping
- Recursive security scanning with CVE lookup
- Download trends and package quality scores
- TypeScript support verification and bundle size analysis
- Real‑time package comparisons and license compatibility checks
- Automatic cache invalidation on lock file changes
Use cases of Nekzus MCP Server
- Evaluate the security posture of a new npm package before adoption
- Compare multiple packages to choose the best fit for a project
- Monitor maintenance and deprecation status of existing dependencies
- Automate dependency audits in CI/CD pipelines
- Get instant insights into package popularity and download trends
FAQ from Nekzus MCP Server
How do I install Nekzus MCP Server?
Use npx -y @nekzus/mcp-server@latest in your MCP client config, run the Docker image, or deploy via Smithery.ai for HTTP streamable transport.
What transports does it support?
It supports both STDIO (local development) and HTTP streamable (via Smithery.ai) transports. Existing STDIO configurations continue to work without changes.
How can I force a fresh lookup from the registry?
Pass "ignoreCache": true in the tool’s arguments. The cache is also automatically invalidated when pnpm-lock.yaml, package-lock.json, or yarn.lock changes.
What configuration options are available?
Set the NPM_REGISTRY_URL environment variable (default: https://registry.npmjs.org) to use a custom npm registry.
How does the security scanning work?
It performs recursive dependency scanning using Google’s deps.dev API for transitive graph resolution and OSV.dev for CVE details, providing rich advisories and severity ratings.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Servers
modelcontextprotocolModel Context Protocol Servers
评论