Loading...
YepCode MCP Server enables AI platforms to run code and manage YepCode resources via the Model Context Protocol, offering seamless integration and control.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
YepCode MCP Server enables AI platforms to run code and manage YepCode resources via the Model Context Protocol, offering seamless integration and control.
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.
Performance depends on the complexity of the executed code and the invoked processes. Network latency can also impact performance when using the remote approach.
Cost depends on YepCode's pricing model, which may include charges for code execution time, storage usage, and API calls. Consider the cost implications of running AI-intensive tasks.
{
"mcpServers": {
"yepcode-mcp-server": {
"url": "https://cloud.yepcode.io/mcp/sk-c2E....RD/sse"
}
}
}YEPCODE_API_TOKENrun_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.
API Key
hybrid
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.
Autonomy depends heavily on the configured tools and process tags. Carefully restrict access to sensitive tools and processes to minimize potential risks.
Production Tip
Implement thorough input validation and error handling in your YepCode processes to prevent unexpected behavior when invoked through the MCP server.
It's a server that allows AI platforms to interact with YepCode's infrastructure using the Model Context Protocol.
You need to use an API key obtained from your YepCode account.
The server provides tools for code execution, environment variable management, storage management, and process execution.
You can use the `YEPCODE_MCP_TOOLS` environment variable to specify which tool categories and process tags should be enabled.
It's important to validate and sanitize any code before execution to prevent security vulnerabilities.
Yes, the `yc_api_full` tool category includes tools for managing process and module versions.
You can use the MCP Inspector to debug communication between the AI platform and the MCP server.