Agent Plugins Marketplace
All plugins

yepcode

v1.6.0-ghast.1

Build, expose, schedule, execute, and audit JavaScript or Python automation tools in YepCode's isolated environment through YepCode's official hosted MCP server.

Agent Plugins1 Skill1 MCP serverStreamable HTTP

By YepCode S.L.License: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/yepcode/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/yepcode/
├── plugin.json
├── skills/yepcode/SKILL.md
└── mcp.json

Included Skills1

yepcodeskills/yepcode/SKILL.md

Build and run programmable JavaScript or Python tools safely through YepCode's official hosted MCP server, including processes, JSON Schema inputs, schedules, executions, variables, modules, and storage.

MCP servers1

yepcodeStreamable HTTP
url
https://cloud.yepcode.io/mcp?tools=run_code,yc_api,mcp-tool

Plugin manifests1

plugins/yepcode/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "yepcode",
  "version": "1.6.0-ghast.1",
  "description": "Build, expose, schedule, execute, and audit JavaScript or Python automation tools in YepCode's isolated environment through YepCode's official hosted MCP server.",
  "author": {
    "name": "YepCode S.L.",
    "url": "https://yepcode.io"
  },
  "homepage": "https://yepcode.io/docs/mcp-server/",
  "repository": "https://github.com/yepcode/mcp-server-js",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "category": "development",
      "upstreamRevision": "15cf0527dda6c818a1528ed4467389e0962a1eea",
      "upstreamPath": ".",
      "icon": "./assets/icon.svg",
      "mcpServerExtensions": {
        "yepcode": {
          "credentialHeaders": {
            "Authorization": "Bearer $VAULT:yepcode-api-token"
          }
        }
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[yepcode on Agent Plugins Marketplace](https://pluginsmp.com/plugins/yepcode-2)