Loading...
{
"mcpServers": {
"yepcode-mcp-server": {
"url": "https://cloud.yepcode.io/mcp/sk-c2E....RD/sse"
}
}
}run_codeExecutes code within the YepCode environment.
Allows arbitrary code execution, which can be exploited if not properly sandboxed or validated.
set_env_varSets an environment variable in the YepCode workspace.
Modifying environment variables can impact the behavior of running processes and potentially expose secrets.
remove_env_varRemoves an environment variable from the YepCode workspace.
Removing environment variables can disrupt running processes and cause unexpected behavior.
list_filesLists files in the YepCode storage.
Read-only operation that does not modify any data.
upload_fileUploads a file to YepCode storage.
Writing to storage, potentially overwriting existing files.
download_fileDownloads a file from YepCode storage.
Read-only operation; retrieves file content.
delete_fileDeletes a file from YepCode storage.
Deletes files, leading to potential data loss.
<process_slug>Executes a specific YepCode process.
The danger level depends on the actions performed by the process itself; can range from safe to critical.
get_processesLists processes with optional filters.
Read-only operation that does not modify any data.
YepCode MCP Server offers a balance between functionality and security. It's safe when used with carefully defined process tags and restricted tool selection. Risks arise when granting broad access or allowing uncontrolled code execution.