Back to Home
take566 icon

mcp_server

Verified Safe

by take566

Overview

This tool generates TypeScript API wrappers for existing Model Context Protocol (MCP) servers, enabling AI agents to programmatically call tools with enhanced context efficiency, privacy, and state management.

Installation

Run Command
npm run generate [config-path] [output-dir]

Security Notes

The tool itself does not exhibit obvious malicious patterns or unsafe use of `eval`. Its primary function is to execute and introspect *other* configured MCP servers as child processes and generate code based on their definitions. Therefore, the overall security of the system relies heavily on the trustworthiness of the external MCP servers provided in the configuration. The `generate.ts` script explicitly filters out `cmd /c` invocations and HTTP/SSE transports during generation, which are good safety measures. Hardcoded secrets were observed in a configuration *example* (`gcp-oauth.keys.json`) within the broader repository, highlighting a general security concern for configurations that would be processed by this tool, though this specific tool merely handles configured paths and environment variables, not their inherent security.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Stars0
Forks0
Last Update2026-01-15

Tags

AI DevelopmentCode GenerationTypeScript ToolingMCP IntegrationAgent Orchestration