tcsas-devtools-mcp-server
Verified Safeby TCMPP-Team
Overview
A Node.js-based Multi-Client Proxy (MCP) server likely designed for developer tools to manage and route client requests.
Installation
npm startSecurity Notes
The server likely exposes network endpoints, inheriting standard server security considerations. No explicit 'eval' or obfuscation is evident from file names. A full code review of 'src' content would be necessary to identify specific vulnerabilities or verify input sanitization practices.
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.
mcp-proxy
A TypeScript streamable HTTP and SSE proxy for MCP servers that use stdio transport.
mcp-server-typescript
Provides a Model Context Protocol (MCP) server to enable AI assistants to access DataForSEO's SEO data APIs through a standardized interface.
emceepee
A proxy server enabling AI agents to dynamically connect to and interact with multiple Model Context Protocol (MCP) backend servers, exposing the full MCP protocol via a simplified tool interface or a sandboxed JavaScript execution environment.