Sections
The Config Center has three tabs across the top:The Config Center currently offers only these three sections. Model providers are not a separate tab—they live in the details area of the Agent tab. See Agents and provider profiles.
Common operations
Save and validate
- Fill in the fields and save.
- Click Validate on the resource card to run validation. Validation is offline: it checks required fields, format, and scope, but starts no processes and makes no network requests.
- For model providers you can also run Test connection, which makes one real call to the model API.
Scope
Some resources let you set a scope, normally global, user, project, or workspace. Scope determines which sessions and projects can see the resource. Start with the smallest scope:- Put resources that only you use across all projects in user.
- Put team or repository conventions in project.
- Put resources that serve only the current checkout in workspace.
- Use global only when you need a global default.
The MCP server editor currently offers only the User and Workspace scopes.
Enable and disable
Resources relate to Agents through per-Agent enablement. The Agent enablement area below a resource card provides a switch for each added Agent; only Agents with the switch on load the resource. When you no longer need a resource, disable it first instead of deleting it right away—disabling keeps the record so you can restore it later.Credentials
Reference credentials through a secret reference or your operating system’s secure storage. Do not paste tokens, private keys, full environment variables, prompts, or file contents into configuration descriptions or diagnostic logs. The desktop stores credentials in the operating system keychain. Hosts without a usable keychain fall back to writing a file that only its owner can read; see Self-hosted headless runtime.Export to Agent-native configuration
On a resource card you can use Preview export / Apply / Rollback to write MCP or Skills from Vibex into the matching Agent’s own configuration files (for example Codex’s~/.codex/config.toml, Claude’s ~/.claude/settings.json, and each Agent’s Skills directory).
When configuration goes wrong
- Confirm the resource’s scope and enablement state.
- Run Validate to see whether there are structured errors.
- Confirm the resource is switched on in the target Agent’s Agent enablement.