MCPVault

set_env_var

MCP tool from MCP Server Js by yepcode

Sets an environment variable in the YepCode workspace.

How to use it

set_env_var is exposed by the MCP Server Js MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the set_env_var tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

FULL MCP SERVER JS LISTING

Other tools in MCP Server Js (39)

create_process

Create new processes with source code

create_variable

Create a new variable

delete_file

Deletes a file from YepCode storage.

delete_process

Delete a process

delete_schedule

Delete a schedule

delete_storage_object

Delete a file from storage

delete_variable

Delete a variable

download_file

Downloads a file from YepCode storage.

download_storage_object

Download a file from storage

execute_process_async

Execute a process asynchronously

execute_process_sync

Execute a process synchronously

get_execution

Get execution details from API

get_execution_logs

Get execution logs

get_executions

List executions with optional filtering

get_modules

List script library modules

get_process

Get process details

get_process_versions

Get process versions (requires ycapifull)

get_processes

List processes with optional filtering

get_schedule

Get schedule details

get_schedules

List scheduled processes

get_storage_objects

List storage objects

get_variables

List team variables

kill_execution

Kill a running execution

list_files

Lists all files in your YepCode storage.

pause_schedule

Pause a scheduled process

remove_env_var

Removes an environment variable from the YepCode workspace.

rerun_execution

Rerun a previous execution

resume_schedule

Resume a paused schedule

run_code

Executes code in YepCode's secure environment.

runCodeCleanup

Skip the runcode cleanup. By default, runcode processes source code is removed after execution. If you want to keep it for audit purposes, you can use this option.

schedule_process

Schedule a process to run automatically

skipCodingRules

Skip including coding rules in the runcode tool definition. By default, JavaScript and Python coding rules from YepCode documentation are included in the tool schema to guide AI-generated code. If you want to skip this for faster tool initialization or smaller tool definitions, you can use this opti

update_process

Update an existing process

update_schedule

Update a scheduled process

update_variable

Update an existing variable

upload_file

Uploads a file to YepCode storage.

upload_storage_object

Upload a file to storage

yc_api

Enables all basic API management tools (processes, schedules, variables, storage, executions, modules)

yc_api_full

Enables all API management tools including version-related tools (extends ycapi with additional process and module version management tools)