送信

YepCode MCP Server

@yepcode

A powerful MCP server for AI-generated code execution (run Python or JavaScript securely with full support for any npm or PyPI package) and custom MCP tools building (write your own business logic and configurable input parameters).

サーバー設定

{
  "mcpServers": {
    "yepcode-mcp-server-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "@yepcode/mcp-server"
      ],
      "env": {
        "YEPCODE_API_TOKEN": "your_api_token_here"
      }
    }
  },
  "yepcode-mcp-server-sse": {
    "url": "https://cloud.yepcode.io/mcp/sk-c2E....RD/sse"
  }
}
- MCP Server