MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/yepcode/mcp-server-js
Code ExecutionOfficialTypeScript
Y

yepcode/mcp-server-js

Execute any LLM-generated code in a secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages

0 starsUpdated Aug 28, 2026
View on GitHub

Ads

Overview

Execute any LLM-generated code in a secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages

Installation

docker build -t yepcode/mcp-server .

Configuration

{
  "mcpServers": {
    "yepcode-mcp-server": {
      "command": "npx",
      "args": ["-y", "@yepcode/mcp-server"],
      "env": {
        "YEPCODE_API_TOKEN": "your_api_token_here"
      }
    }

Capabilities

  • Execute code in a secure sandbox

    ask the assistant to run JavaScript or Python snippets via `run_code` and return logs and results.

  • Expose tagged YepCode processes as AI-callable tools

    configure `YEPCODE_MCP_TOOLS` with process tags so the assistant can invoke your custom processes directly.

  • Manage workspace environment variables

    use `set_env_var` and `remove_env_var` to create, update, or delete variables your processes depend on.

  • Operate YepCode storage files

    list, upload, download, or delete files in your workspace storage through `list_files`, `upload_file`, `download_file`, and `delete_file`.

  • Control process executions and schedules

    list, execute, schedule, pause, resume, or kill processes using the API management tools under `yc_api`.

  • Administer modules and versions

    create, update, delete, and version script library modules with the extended `yc_api_full` tool set.

Tags

  • development
  • coding-agent
  • workflow-automation
  • cloud-infrastructure
  • awesome-list

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago