docker-dev-typescript
Verified Safeby bclermont
Overview
Provides a containerized development environment for TypeScript and JavaScript with integrated language server support via MCP.
Installation
No command providedSecurity Notes
The container exposes an HTTP API on port 81 for MCP clients, which is a potential network entry point. It also mounts the host's current directory, giving the container write access to local files. While standard for development containers, these features inherently involve trust and potential risks if the container or host environment is compromised. No direct 'eval' or obfuscation is evident from the provided information. Alpine base reduces attack surface.
Similar Servers
fastmcp
A TypeScript framework for building Model Context Protocol (MCP) servers, providing high-level abstractions and boilerplate handling for features like tools, prompts, resources, sessions, authentication, and HTTP streaming.
language-server-mcp
Provides language support features like hover information, code completion, and diagnostics for code editing through the Model Context Protocol (MCP).
mcp-devcontainers
Provides a Model Context Protocol (MCP) server for integrating with and managing devcontainer environments via the devcontainers CLI.
ts-index
Indexes TypeScript code for semantic and symbol search, with Language Server Protocol (LSP) and Model Context Protocol (MCP) integration, enabling advanced code analysis and interaction.