mda dev compiles a Managed Deep Agents project and runs it on a local Agent Server. It opens LangSmith Studio so you can interact with the agent and inspect its behavior before deploying.
Managed Deep Agents is in public beta and available on LangSmith Cloud in the US region only.
Start local Studio
Install the project dependencies and add the model provider credentials to.env.
From the project root, run:
mda dev to recompile the project.
What mda dev does
mda dev:
- Validates the project and compiles it into
.mda/build. - Copies the project
.envinto the local build and adds local-only identity configuration when needed. - Creates a local Context Hub mock for instructions, skills, and memory.
- Starts the language-specific LangGraph development server.
- Opens the agent in Studio.
Configure the local server
For all command details, see the
mda dev CLI reference.
Understand local behavior
mda dev uses local defaults to make testing easier:
- If the agent uses identity, Studio provides a local test user automatically.
- If the configured sandbox is unavailable, the agent uses a temporary local folder instead. The CLI prints the folder path.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

