mcp-server-js
Verified Safeby yepcode
Overview
The YepCode MCP Server enables AI platforms to interact with YepCode's infrastructure, allowing them to run LLM-generated scripts and manage YepCode processes, schedules, variables, and storage as powerful AI tools.
Installation
npx -y @yepcode/mcp-serverEnvironment Variables
- YEPCODE_API_TOKEN
- YEPCODE_MCP_OPTIONS
- YEPCODE_MCP_TOOLS
Security Notes
The server uses `zod` for robust input schema validation, which is a strong security practice. Sensitive credentials (`YEPCODE_API_TOKEN`) are correctly handled via environment variables. Arbitrary code execution (`run_code` tool) is delegated to YepCode's secure and isolated cloud sandboxes, mitigating direct execution risks on the host running the MCP server. The overall architecture delegates the critical security aspect of code execution to a trusted third-party platform.
Similar Servers
wcgw
Empowering chat applications to code, build, and run on the local machine using an MCP server with tightly integrated shell and code editing tools.
mcp-servers
An MCP server providing create, read, update, and delete (CRUD) operations for cloud storage, specifically Google Cloud Storage, with capabilities for file listing and intelligent access control.
photons
The repository acts as an official marketplace for 'photons', which are single-file TypeScript MCP servers designed to supercharge AI assistants with focused capabilities for various tasks like filesystem operations, cloud integrations, database management, and more.
awesome-mcp-api
A curated directory of Model Context Protocol (MCP) APIs designed to be integrated into AI agents, LLM workflows, and automation frameworks.