esm mcp for Zed
io.github.mrfentmen/esm-mcp
esm.sh CDN: resolve npm package versions and browse module files. No key required.
client:Zed
transport:stdio
runtime:npm
Install esm mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"esm-mcp": {
"command": "npx",
"args": [
"-y",
"esm-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs