e18e
dev.e18e/e18eThe official e18e MCP server keeping your agent in check from installing bloated dependencies.
Tools · 3
Check if the code contains some inefficient or outdated packages imported and suggests alternatives.
Check if a package has a more performant, maintained or efficient replacement by package name, replacement text, or topic. Returns a list of suggestions with descriptions and documentation links.
Check for outdated or insecure npm packages in an install script like `npm i` or `pnpm add` or `yarn add` or `bun i`.
Prompts · 1
A prompt to execute a task using the e18e MCP server at the best of its abilities.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"e18e": {
"url": "https://mcp.e18e.dev/mcp",
"transport": "streamable-http"
}
}
}