Getting started

Quickstart

Connect ChatGPT to a local workspace.

Before you begin

Make sure you have:

  • Node.js 22.9 or newer if you use the recommended npm install
  • Developer Mode enabled in ChatGPT

Glossa can modify files and run commands on your computer. Review the security model.

Step 1: Install Glossa

Install with

Install the beta on Windows, macOS, or Linux:

npm install --global @ariobarin/glossa@beta

Confirm Glossa is available:

glossa --version

After Glossa starts, press u to install the newest beta. You can also run glossa update directly.

Step 2: Start a workspace

Open a terminal in the folder where you want ChatGPT to work:

glossa

Keep this terminal open. Closing it disconnects that local workspace from ChatGPT.

Step 3: Connect ChatGPT

  1. Open Settings > Plugins/Apps and enable Developer Mode.
  2. Choose Create.
  3. Name the app Glossa and enter this MCP server URL:
https://mcp.glossa.sh/mcp
  1. Choose OAuth.
  2. Sign in with the same Google account used by the Glossa CLI, then choose Create.

Step 4: Verify the connection

Press s in Glossa to check the account, relay, enrolled device, and active worker. Press Esc to return to the workspace view. You can also run glossa status in another terminal.

Try a read

In ChatGPT, select Glossa and send:

Use Glossa to list my connected workspaces.

If Glossa lists the workspace, the connection is ready. Ask it to read a file next.

What next