npm @e18e/mcpstreamable-httpMITupdated 20d ago
The official e18e MCP server for advising agents on modern and performant best practices
What can you do with e18e?
@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 - The main stdio implementation of the e18e MCP server
Sponsors
License
MIT
Install
Add e18e to your client. Pick the one you use.
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.e18e.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp -- npx -y @e18e/mcpcodex mcp add mcp -- npx -y @e18e/mcpamp mcp add mcp -- npx -y @e18e/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@e18e/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@e18e/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@e18e/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@e18e/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@e18e/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@e18e/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@e18e/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @e18e/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation4/25
- Maintenance25/25
- Trust16/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 13 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.0.11Latest | Aug 19, 2026 |
| 0.0.10 | Jul 22, 2026 |
| 0.0.9 | Jul 9, 2026 |
| 0.0.8 | Jul 9, 2026 |
| 0.0.7 | Jul 9, 2026 |
| 0.0.6 | Jul 9, 2026 |
| 0.0.5 | Dec 3, 2025 |
| 0.0.4 | Dec 3, 2025 |