The code path

Build conventional software from the same approved model.

Running the model directly is the main path. When you need code, a developer agent can pull the model and its change records, then build in your stack.

Open AmyConnect over MCP

One model, three connections

The approved model stays at the centre of the build.

The connection changes. The source does not.

01

MCP

A developer agent connects to Amy and pulls the approved model and change records.

02

Orchestrator

A remote orchestrator pairs with a code Amy generates. Its CLI redeems that code.

03

Build runner

A self-hosted runner can implement the model as conventional software.

Developer access

A developer agent pulls the approved model over MCP.

Create a token from Developer access in Amy. Give the endpoint and token to an MCP-capable coding agent.

Connect

The Share panel gives you a ready-to-paste command. The token is shown once.

claude mcp add --transport http amy "https://amybuilds.com/mcp" --header "Authorization: Bearer <TOKEN>"
get_project
Read the project and current editable version.
list_versions
List the project's sequential versions.
get_intent
Pull the full approved AIM tree.
get_change_records
Pull accepted changes, including changes after an ISO date.
get_content
Pull supplied screen copy and starting rows.
get_bootstrap
Read the developer workflow and specification location.

Change records

Every accepted model change travels with the model.

A developer agent can pull the current model, then use change records to target the conventional software that needs to move with it.

01

Pull

Read the approved AIM model and supplied content.

02

Build

Generate and run conventional software from that model.

03

Propagate

Pull later change records and update the affected realization.

The reverse path

Existing code can come back into the model.

Import an existing codebase or AIM tree. The Encoder recovers an intent model for you to read and confirm.

Code when you need it

One approved model can run directly or guide a conventional build.

Open Amy