FOLLOW CLI + MCP

The whole system.
Under your control.

Run Follow from the terminal when you want precision. Connect it to an AI client when you want leverage. Your data, logic, apps, and workflows are never trapped behind the interface.

follow / productionzsh

$followremote:status

✓ Connected to production

$followplan--remoteproduction

PLAN 3 changes ready

+ Opportunity.healthScore

+ Deal review workflow

~ Pipeline navigation

$followapply--remoteproduction

✓ Workspace is up to date

$ 

ONE CRM. TWO CONTROL SURFACES.

Command it directly.
Or tell an AI the outcome.

The CLI gives builders an exact, scriptable interface. MCP gives capable AI clients permissioned tools for the same live workspace. Use either one, or combine both in a single workflow.

01CLI

Deterministic by design.

Ideal for development, deployment, repeatable operations, CI, and work that should run exactly the same way every time.

$followdev
02MCP

Natural language, real tools.

Ideal for research, analysis, updates, and multi-step work where an AI can interpret the goal and choose the right operation.

“Show me what changed, then fix it.”
THE FOLLOW CLI

From first line of code to a live workspace.

Target a local environment or any configured remote. Add --remote <name> to direct an operation to a specific workspace.

01

Build and sync

Watch source, live-sync changes, compile the app, and catch type errors before release.

followdevfollowdev:buildfollowdev:typecheck
02

Change the system

Preview metadata changes, apply them deliberately, and scaffold new entities from the terminal.

followplanfollowapplyfollowdev:add
03

Run and observe

Execute logic functions directly, pass structured payloads, and stream server-side function logs.

followdev:function:execfollowdev:function:logs
04

Ship and connect

Generate a typed client, manage app installations, operate local containers, and switch remotes.

followdev:generate-clientfollowapp:publishfollowremote:list
SCRIPTABLE END TO END

Use it locally, in CI, or across every environment.

# Connect without an interactive login
followremote:add--urlhttps://app.follow-crm.com \
  --api-key $FOLLOW_API_KEY --as production

# Run a function with structured input
followdev:function:exec-nscore-pipeline \
  -p '{"period":"this-quarter"}'
CONNECT YOUR AI CLIENT

Bring your preferred AI.
Follow brings the context.

Open Follow, create an API key, then choose MCP in Settings. Connect with a preset link or copy the configuration into any compatible client.

MCP client configuration
JSON
{
  "mcpServers": {
    "follow": {
      "url": "https://app.follow-crm.com/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_API_KEY>"
      }
    }
  }
}
Follow

Control the CRM your way.

Use the interface, automate from the terminal, or connect your AI client. Follow meets you at the right level of control.