Home › Other › e18e

e18e

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

TypeScript Remote
★ 19 stars Last pushed 2026-08-19 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.e18e.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://mcp.e18e.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.e18e.dev/mcp"
    }
  }
}

Package (npm 0.0.11)

npx -y @e18e/mcp@0.0.11

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@e18e/mcp@0.0.11"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry