mcp-js
by r33drichards · Rust · ★ 43
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 integration with modern AI development environments.
Install
cargo install --git https://github.com/r33drichards/mcp-js.git Claude Desktop config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-js": {
"command": "npx",
"args": [
"-y",
"github:r33drichards/mcp-js"
]
}
}
} From the README
💡 Need a managed MCP host?
Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.
Related filesystem servers
cline
cline
Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.
mempalace
MemPalace
The best-benchmarked open-source AI memory system. And it's free.
GitNexus
abhigyanpatwari
GitNexus: The Zero-Server Code Intelligence Engine - GitNexus is a client-side knowledge graph creator that runs entirely in your browser. Drop in a GitHub repo or ZIP file, and get an interactive knowledge graph wit a built in Graph RAG Agent. Perfect for code exploration
github-mcp-server
github
GitHub's official MCP Server
repomix
yamadashy
📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.
claude-plugins-official
anthropics
Official, Anthropic-managed directory of high quality Claude Code Plugins.