r33drichards/mcp-js
by Various
MCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for inte
MCP
r33drichards/mcp-js
Added 1 June 2026
Overview
An MCP server that exposes a V8 JavaScript runtime as a tool for AI agents such as Claude and Cursor. It supports persistent heap snapshots via S3 or the local filesystem, enabling state to survive restarts. The server is written in Rust and designed for integration with modern AI development environments.
Best for
Best for
Developers building AI agents that need to execute and persist JavaScript state
Use cases
- Executing JavaScript code from AI agents during conversations
- Persisting runtime state across sessions using heap snapshots
- Integrating JavaScript execution into Claude or Cursor workflows
Notes
An MCP server that exposes a V8 JavaScript runtime as a tool for AI agents such as Claude and Cursor. It supports persistent heap snapshots via S3 or the local filesystem, enabling state to survive restarts. The server is written in Rust and designed for integration with modern AI development environments.
43 stars on GitHub. Last updated 2026-06-01. Licensed AGPL-3.0.
Use cases
- Executing JavaScript code from AI agents during conversations
- Persisting runtime state across sessions using heap snapshots
- Integrating JavaScript execution into Claude or Cursor workflows
Pros
- Written in Rust for performance and safety
- Persistent heap snapshots allow state to survive restarts
- Designed for direct integration with popular AI agents like Claude and Cursor
Cons
- Small community with only 43 stars, limited testing and support
- Requires MCP-compatible agents, not a standalone runtime
- Relies on S3 or local filesystem for snapshot storage, adding external dependencies
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Written in Rust for performance and safety
- Persistent heap snapshots allow state to survive restarts
- Designed for direct integration with popular AI agents like Claude and Cursor
Cons
- Small community with only 43 stars, limited testing and support
- Requires MCP-compatible agents, not a standalone runtime
- Relies on S3 or local filesystem for snapshot storage, adding external dependencies
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.