deno-mcp-server
If you are the rightful owner of deno-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for executing Deno TypeScript/JavaScript code securely with configurable permissions.
The Deno MCP Server is designed to facilitate the execution of Deno TypeScript/JavaScript code in a secure environment. It allows Language Learning Models (LLMs) like Claude to run Deno code with configurable permissions, ensuring that the execution is both safe and efficient. The server supports various permissions such as network, file system, and environment access, and can enable or disable unstable features as needed. It also provides functionality to check the installed Deno version, making it a versatile tool for developers working with Deno in conjunction with LLMs. The server is compatible with platforms like Claude Desktop and Cline, and can be easily configured to suit different development environments.
Features
- Execute Deno TypeScript or JavaScript code
- Configure permissions (net, read, write, env, run, etc.)
- Enable/disable unstable features
- Get Deno version information
Tools
execute_deno_code
Executes Deno TypeScript/JavaScript code with optional permissions and features.
check_deno_version
Returns information about the installed Deno version.