mcp
Verified Safeby e18e
Overview
This MCP server advises development agents on modern and performant best practices by identifying inefficient or outdated npm packages and serving migration documentation.
Installation
npx -y @e18e/mcpSecurity Notes
The server primarily performs static analysis on user-provided input (install commands, source code) and does not execute any of it. It uses trusted libraries like `es-module-lexer` for parsing and relies on a local `docs.json` file for content. There are no obvious hardcoded secrets, direct use of `eval`, or dynamic network requests based on user input in the runtime code. The `fetch-docs.ts` script fetches content from GitHub during the *build* process, not at runtime, mitigating dynamic content injection risks from external sources during live operation.
Similar Servers
FerrumMCP
A browser automation server for AI assistants to interact with web pages through a standardized Model Context Protocol (MCP) interface.
dev-kit-gh-mcp-server
A server providing Model Context Protocol (MCP) tools for automating and interacting with GitHub repositories, primarily for bots and AI agents.
MCP_SERVER
Provides a Micro-Agent Control Plane (MCP) server to expose smart meter data, usage calculations, and billing information as callable tools.
mcp-servers
Provides server implementations primarily for Minecraft-related development and modding activities.