Skip to content

Configuration

%APPDATA%/entrance/entrance.toml
[core]
theme = "dark"
log_level = "info"
[plugins.launcher]
enabled = true
hotkey = "Alt+Space"
[plugins.forge]
enabled = true
max_concurrent_agents = 3
[plugins.vault]
enabled = true
[mcp]
stdio_enabled = true
http_enabled = false
http_port = 9720
  • TOML only — no JSON, no YAML
  • Single file — one source of truth
  • Plugin-scoped[plugins.name] sections
  • Sane defaults — configure only what you change