mcp
Verified Safeby e18e
Overview
This MCP server assists developers by identifying inefficient or outdated npm packages in install commands and source files, providing migration documentation.
Installation
npx -y @e18e/mcpSecurity Notes
The server primarily performs static analysis on user-provided code and package install commands. It uses 'es-module-lexer' for code parsing, which is a safe static analysis library. Documentation is fetched from a known GitHub repository during build time and served locally, mitigating runtime network risks for content. No direct execution of arbitrary user-provided code ('eval') or hardcoded secrets were found. The overall architecture focuses on data processing rather than complex external interactions that might introduce vulnerabilities.
Similar Servers
FerrumMCP
A browser automation server for AI assistants, enabling interaction with web pages through the Model Context Protocol.
dev-kit-gh-mcp-server
A GitHub Model Context Protocol (MCP) server designed for automation, bots, and AI agents to perform focused repository operations.
Cocode-Precise
An MCP server for precise code symbol retrieval, returning exact source code for functions, classes, and methods by name, and offering semantic search capabilities.
MCP_SERVER
Provides a Micro-Agent Control Plane (MCP) server to expose smart meter data, usage calculations, and billing information as callable tools.