Configuration Reference
Glue uses aglue.toml file at your project root for persistent configuration. Created by glue init, editable with glue config --edit.
Example
[project]
Project name. Used to key annotations in the Glue app — each project’s annotations are stored separately.
Project version. Informational only; included in export metadata.
[handoff]
Default coding agent. Overridable with
glue handoff --agent <agent>.Values: "claude-code"Custom annotations file path. By default reads from the desktop app’s storage (
~/Library/Application Support/Glue/comments.json on macOS).Repository root directory. Auto-detected by default (walks up to find
.git).Whether to show a confirmation prompt before launching the coding agent.
[dev_server]
Preferred port for dev server detection when using
glue run.Whether to auto-detect the dev server framework and port.
[plugins]
Generate Claude Code plugin files during
glue handoff.File Location
Theglue.toml file is at the root of your project (same directory where you ran glue init). Most config values can be overridden per-command with CLI flags.