A Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
10K+
6
7 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
Name | Description |
---|---|
get_dependency_types | Given an array of npm package names (and optional versions), fetch whether each package ships its own TypeScript definitions or has a corresponding @types/… package, and return the raw .d.ts text. Useful whenwhen you're about to run a Node.js script against an unfamiliar dependency and want to inspect what APIs and types it exposes. |
Manual installation
You can install the MCP server using:
Installation for