# e18e

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/e18e/mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/e18e

## Description
The official e18e MCP server keeping your agent in check from installing bloated dependencies.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "e18e": {
    "command": "npx",
    "args": ["-y","e18e"]
  }
}
```

## Documentation & README

# `@e18e/mcp`

> The official e18e MCP server for advising agents on modern and performant best practices

> [!WARNING]
> This project is in very early stages and may break without notice. Have fun!

## Capabilities

- Check install commands for packages that have better-native or better-maintained alternatives
- Analyze source files to identify imports that should be replaced with modern alternatives
- Provide curated migration guides for transitioning away from outdated packages

## Packages

This monorepo contains the following packages:

- **[@e18e/mcp](./packages/stdio/)** - The main stdio implementation of the e18e MCP server

## Sponsors

<p align="center">
  <a href="https://e18e.dev/sponsor">
    <img src="https://e18e.dev/sponsors.svg" alt="e18e community sponsors" />
  </a>
</p>

# License

MIT

