codemesh
by IDragos94
Overview
Orchestrates multiple MCP servers by executing TypeScript code, enabling AI agents to build complex, self-improving workflows.
Installation
npx codemeshEnvironment Variables
- BRAVE_API_KEY
Security Notes
The project uses `vm2` (version 3.9.19) for sandboxed TypeScript execution, which is explicitly deprecated due to "critical security issues" and discontinued maintenance. Although `eval` and `wasm` are disabled, historical vulnerabilities in `vm2` have allowed sandbox escapes, making it inherently unsafe for executing untrusted code in a production environment.
Similar Servers
mcp-gearbox
A cross-platform desktop application for managing Model Context Protocol (MCP) servers across various AI agents.
seamless-agent
Enhances GitHub Copilot by providing an interactive user confirmation tool, allowing AI agents to request approval or additional input before executing actions.
strawberry-mcp
Provides an MCP tool for LLMs to count letter occurrences in words.
MinecraftDeveloperMCP
Automate Minecraft server administration and integrate with external tooling via an HTTP/SSE API, allowing console access, file management, and log retrieval.