Back to Home
e18e icon

mcp

Verified Safe

by 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

Run Command
npx -y @e18e/mcp

Security 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

Stats

Interest Score50
Security Score9
Cost ClassLow
Avg Tokens150
Stars5
Forks0
Last Update2025-12-03

Tags

npmcode analysismigrationdevelopment toolsbest practices