MCP servers
MCP (Model Context Protocol) servers give Agents extra tools. Vibex supports three transports:Add an MCP server
- Open Config Center → MCP and click New MCP server.
- Enter a Name and choose the transport.
- Depending on the transport, fill in Command / Arguments / Environment, or URL / Headers.
- Choose the scope: User or Workspace.
- Save, then click Validate on the resource card.
- In the Agent enablement area below the card, switch on each Agent that should use it.
Validation is offline: it only checks required fields and the URL format (HTTP/SSE must start with
http:// or https://). It starts no processes and makes no network requests, so passing validation does not mean the server is actually reachable.Skills
A Skill is aSKILL.md file plus the supporting resources it references. It gives an Agent reusable domain knowledge or a repeatable procedure. Sources can be:
Add a Skill
- Open Config Center → Skills and click New Skill or Import Existing Skills.
- Fill in Name, Description, and Instructions (the body of
SKILL.md). - Save and Validate.
- In Agent enablement, switch on each Agent that needs it.
$ in the Composer to find and insert an enabled Skill.
Export to Agent-native configuration
Both MCP and Skills can be written into an Agent’s own configuration files, so the Agent’s other entry points (such as its external CLI) use the same configuration. On a resource card, use Preview export → Apply → Rollback:- Preview export lists the files that will be changed or created.
- Review the list, then Apply.
- If something goes wrong, restore from the same place with Rollback.
~/.codex/config.toml, Claude’s ~/.claude/settings.json, and each Agent’s Skills directory.