Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by r33drichards • Uncategorized
A Rust-based MCP server exposing a V8 JavaScript runtime for AI agents with persistent heap snapshots and async execution.
Run JavaScript or TypeScript code asynchronously with state persistence.
Secure, policy-controlled filesystem and HTTP fetch capabilities within JavaScript execution.
Scalable MCP server deployments with clustering and multiple transport protocols.
mcp-v8 is a Rust implementation of a Model Context Protocol server that runs JavaScript and TypeScript code asynchronously in a secure V8 engine. It supports persistent heap snapshots stored locally or on S3, enabling stateful executions and session logging. The server offers multiple transport protocols, clustering, concurrency control, and policy-gated filesystem and fetch operations, making it suitable for integration with AI agents like Claude and Cursor.