Back to Home
sudsarkar13 icon

deno-mcp

Verified Safe

by sudsarkar13

Overview

Provides a comprehensive MCP server for AI assistants to interact with the complete Deno CLI toolchain, enabling seamless Deno development workflows.

Installation

Run Command
npx @sudsarkar13/deno-mcp

Environment Variables

  • DENO_DIR
  • MCP_SERVER_NAME
  • LOG_LEVEL
  • PORT

Security Notes

The server's primary function is to expose Deno CLI functionality, including arbitrary code execution (deno_eval) and server startup (deno_serve). While it leverages Deno's strong permission model and implements input validation, the `render-server.ts` variant, designed for public deployment, enables CORS with `Access-Control-Allow-Origin: *` on its `/mcp` endpoint. If deployed publicly without additional authentication and authorization layers at an ingress or API gateway, this open CORS could allow unauthorized execution of Deno commands from any web origin. The `SECURITY.md` explicitly advises proper authentication when exposed.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-12-19

Tags

DenoMCP ServerCLI ToolsAI AgentDeveloper Tools