Skip to main content

Requirements

Before you begin, you must have the following:

Install the Transform MCP server

You should be able to instruct the Devin CLI to install the Transform MCP server by asking the Devin CLI the following:
If this does not work, to install the Transform MCP server manually, complete the following steps.If you are able to successfully connect, skip ahead to parse your source files.
  1. From your terminal, run the following command to add and authenticate with the Transform MCP server:
    A web browser tab will appear, prompting you to authenticate with Transform. Follow the on-screen directions to finish authenticating.
  2. The Devin CLI writes these MCP server settings to the following file by default:
    • For macOS and Linux: .devin/config.local.json
    • For Windows: .devin\config.local.json
  3. The Transform MCP server is ready for you to start using.

Parse your source files

Parsing requests have the following limits:
  • Each file must be of a supported file type.
  • Each file must be 50 MB or less in size.
  • Each request must have 10 files or fewer.
  • Only 5 requests can be running at a time.
The Transform MCP server is designed to notify the Devin CLI about these limits. Because of this, the Devin CLI should notify you whenever it encounters a file that exceeds 50 MB in size. Also, the Devin CLI should formulate strategies to send requests that are 10 files or fewer and not cause more than 5 requests to be running at a time.
  1. After you install the Transform MCP server, from your terminal, switch to the folder that stores the files you want Transform to parse.
  2. Start a Devin CLI session by running the devin command.
  3. From your terminal, enter the following prompt:
    As needed, adapt the phrase in this project in the preceding prompt to indicate a more specific project folder. Also, as needed, guide the Devin CLI as to where to write Transform’s output into the project. Transform parses your input files and delivers its results to you as a set of output files, one output file per input file.

Next steps

Questions? Need help?