Skip to main content

forge (sabel-forge-mcp)

A CLI and MCP server suite for Intercom workspace management and automation: migrations, workspace configuration, routing, Fin AI content, and workflow authoring. Ships two MCP servers — forge-workspace (workspace config: articles, teams, tickets, macros, attributes, …) and forge-fin (Fin AI agent, Voice, knowledge sources, workflows) — plus the forge CLI for machine setup.

Requirements

  • Python 3.11+
  • Google Chrome — UI-automation tools drive your own Chrome over the DevTools Protocol. No bundled browser is downloaded, ever.
  • An Intercom access token per workspace you manage (Developer Hub → your app → Authentication).
  • A forge license key.

Install

uv tool install sabel-forge-mcp        # recommended
# or: pipx install sabel-forge-mcp
# or: pip install sabel-forge-mcp

Everything is included — REST tools and UI-automation tools work out of the box. There are no extras to opt into and no playwright install browser download (Playwright ships as a plain dependency and is only used as the connection library to your own Chrome).

Verify:

forge --version        # → forge (sabel-forge-mcp) x.y.z

Then activate your license:

forge auth login

Upgrading from ≤ 0.1.63? forge install ui-deps and the [ui-automation] extra are gone — a plain install/upgrade now carries everything: uv tool upgrade sabel-forge-mcp.

Configure a workspace

Each Intercom workspace is a folder under ~/.forge/workspaces/ holding a forge.json. The file names the environment variable that holds the workspace's token — never the token itself (inline tokens are rejected):

// ~/.forge/workspaces/Client_Acme/forge.json
{
  "name": "Client_Acme",
  "industry": "fintech",          // optional; matches a playbook name
  "region": "eu",                 // us | eu | au — the Intercom datacenter
  "intercom_token_env": "CLIENT_ACME_TOKEN"
}

Put the token in ~/.secrets (chmod 600, sourced from your shell rc):

export CLIENT_ACME_TOKEN="tok:..."

region matters: REST reads work from anywhere, but REST writes and all admin-UI automation are datacenter-specific. If omitted, forge auto-detects it on first use and writes it back into forge.json.

You can also let your agent do all of this — the add_workspace MCP tool walks through the same steps and validates the token and region.

Wire up the MCP servers

For Claude Code:

claude mcp add forge-workspace -- forge-workspace
claude mcp add forge-fin -- forge-fin

Launch your agent once at any directory; every tool takes a workspace argument, so one server process serves all configured workspaces. After adding a new token to ~/.secrets, restart the agent so the servers inherit the new environment.

UI automation and the Chrome host

Tools ending in _via_ui drive the Intercom admin UI (for resources with no write REST API). They run exclusively as tabs in one long-lived Google Chrome bound to a local DevTools port:

  • The first *_via_ui run auto-starts the host — a Chrome window opens, you log into Intercom once, and the login persists on disk.

  • Manage it explicitly if you prefer:

    forge ui serve --workspace <name>   # start manually; log in once
    forge ui status                     # endpoint, workspace, region
    forge ui stop                       # shut it down
    
  • The browser survives tool failures — a failed run leaves the page open for inspection, and re-running a tool resumes idempotently.

  • One browser can hold logins for several Intercom datacenters; a tool targeting a different region opens a fresh login tab and tells you.

Upgrading

uv tool upgrade sabel-forge-mcp      # or: pipx upgrade sabel-forge-mcp

The MCP servers check PyPI in the background and mention when a newer release is available.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sabel_forge_mcp-0.1.79.tar.gz (386.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sabel_forge_mcp-0.1.79-py3-none-any.whl (461.9 kB view details)

Uploaded Python 3

File details

Details for the file sabel_forge_mcp-0.1.79.tar.gz.

File metadata

  • Download URL: sabel_forge_mcp-0.1.79.tar.gz
  • Upload date:
  • Size: 386.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for sabel_forge_mcp-0.1.79.tar.gz
Algorithm Hash digest
SHA256 f4cf6cc9d985aeb29a00ae2b8be57136450a6c78a7a67a9b2917919cab001f8d
MD5 1188cce5ea4e229be0dd99c18b641c15
BLAKE2b-256 3ac9443310f8f6601be603c31ff0c5a44398c558815b8fbeeffe3a74e8455add

See more details on using hashes here.

File details

Details for the file sabel_forge_mcp-0.1.79-py3-none-any.whl.

File metadata

  • Download URL: sabel_forge_mcp-0.1.79-py3-none-any.whl
  • Upload date:
  • Size: 461.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for sabel_forge_mcp-0.1.79-py3-none-any.whl
Algorithm Hash digest
SHA256 3a82b1ea420f46c36c50a5b59eea0f84fb69fd8e8200264e3d43c2a84a5927a7
MD5 b3a7b8f6530c86012872b9bab4435738
BLAKE2b-256 403a0e1c137d27b6f65d23b36472e849668136b026c23043fe98deb6531cf22d

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.1

2 files

This release

0.1.79 This release

2 files

0.1.77

2 files

0.1.76

2 files

0.1.75

2 files

0.1.74

2 files

0.1.73

2 files

0.1.69

2 files

0.1.68

2 files

0.1.67

2 files

0.1.64

2 files

0.1.63

2 files

0.1.62

2 files

0.1.61

2 files

0.1.60

2 files

0.1.59

1 file

0.1.57

1 file

0.1.56

1 file

0.1.55

2 files

0.1.53

2 files

0.1.49

2 files

0.1.47

2 files

0.1.44

2 files

0.1.43

2 files

0.1.42

2 files

0.1.41

2 files

0.1.40

2 files

0.1.39

2 files

0.1.38

2 files

0.1.37

2 files

0.1.36

2 files

0.1.35

2 files

0.1.34

2 files

0.1.33

2 files

0.1.32

2 files

0.1.25

2 files

0.1.24

2 files

0.1.23

2 files

0.1.15

2 files

0.1.14

2 files

0.1.12

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page