Skip to content

Settings Guide

Use Settings to control provider routing, two-stage CODE behavior, clarification limits, Local MCP Bridge, and activation access.

Settings panel overview

On wide layouts, Settings uses two columns:

  • Left column: Coding, Two-stage CODE pipeline, Clarification Budget
  • Right column: Logistics, Local MCP Bridge

The key icon in the modal header opens Manage Activation.

Coding controls code generation work.

SettingDescription
Coding ProviderProvider family for coding work: Custom / Local, OpenAI, Anthropic, or Google.
Coding ModelSelected model for coding work.
Custom model idFree-text model field shown when Custom / Local is selected.
Reasoning EffortDepth vs speed for the coding role.
API KeyCredential for the selected coding provider.
Coding Endpoint (OpenAI-compatible)Shown only when Coding provider is Custom / Local.
Test ConnectionChecks the configured custom coding endpoint before save.

The two-stage CODE pipeline separates planning/refinement from generation.

SettingDescription
Two-stage CODE pipelineWhen enabled, Genie can use the dedicated Logistics role before generation. When disabled, logistics work falls back to the coding provider/model.
SettingDescription
Preflight QuestionsShared clarification budget for CODE, QUERY, and DATA. 0 keeps preflight active but prevents follow-up clarification prompts.

Logistics controls preflight plus QUERY, DATA, and ASK coordination when the two-stage CODE pipeline is enabled.

SettingDescription
Logistics ProviderProvider family for planning/refinement work.
Logistics ModelModel used for the logistics role.
Custom model idFree-text model field shown when Custom / Local is selected.
Reasoning EffortPlanning/refinement depth for the logistics role.
API KeyCredential for the selected logistics provider.
Logistics Endpoint (OpenAI-compatible)Shown only when Logistics provider is Custom / Local.
Test ConnectionChecks the configured custom logistics endpoint before save.

Use Language Settings to choose the language Genie uses in the Settings panel and related UI text.

SettingDescription
LanguageChoose your preferred Genie language in Settings.
  • Recommended: use FileMaker in English for the best results.
  • Supported: English, French, and Spanish.

Use Local MCP Bridge when you want external MCP clients on the same machine to consume Genie metadata and context.

Use Local MCP Bridge for the dedicated guide and troubleshooting entry points.

SettingDescription
Enable Local MCP BridgeStarts or stops the local bridge.
PortLocal port for the MCP server. The host is shown inline as 127.0.0.1.
StatusRunning, disabled, or startup/error state.
Copy IDE JSONCopies ready-to-paste MCP client JSON.
  • The auth token is generated and stored by Genie.
  • The token field is not directly edited in the visible UI.
  • Copy IDE JSON includes the current bearer token automatically.
  • genie://metadata/all
  • genie://metadata/selected
  • genie://context/live
  • genie://context/attached
  • genie_get_fields_on_layout
  • genie_get_layout_info
  • genie_get_table_info
  • genie_get_field_info
  • genie_query

These tools are intended for external assistants and IDE workflows. They do not replace the in-app UI.

Copy IDE JSON produces a payload shaped like:

{
"mcpServers": {
"genie_local": {
"url": "http://127.0.0.1:3845/mcp",
"headers": {
"Authorization": "Bearer <generated-token>"
}
}
}
}

Settings does not replace the activation modal. It gives you a direct entry point to it.

  • Click the key icon in the Settings header to open Manage Activation.
  • Activation state applies across ASK, CODE, QUERY, and DATA.
  • If activation blocks the UI, Settings itself is part of the locked surface until Genie is reactivated.

See: Licensing and Activation

  • Save applies the current changes.
  • Cancel or close discards unsaved changes.