Connectors

Connectors give the Vibe Code CLI access to supported first-party and third-party services from inside a coding session. Unlike MCP servers, which you wire up yourself, Connectors are Mistral-managed integrations.

i
Information

For the full list of supported connectors and what each one can do, see Connectors in Vibe Work. Vibe Code and Vibe Work share the same integrations.

Connectors vs. MCP servers

Connectors vs. MCP servers

Both expose tools to Vibe, but they're operated differently. Pick whichever fits the service you want to connect:

ConnectorsMCP servers
Configured byMistral, as integrated servicesYou, in config.toml
Auth modelAccount or service loginHeaders, environment variables, or API keys
DiscoverabilityCurated, listed in the CLIAnything that speaks MCP
Best forCommon services with managed integrationsCustom tools, private servers, experimental tools
Manage connectors

Manage connectors

Connectors are detected and configured automatically. You can list, enable, disable, and inspect them from inside a CLI session.

List all connectors and MCP servers:

/connectors

(/connectors is an alias for /mcp.)

From the list, with a connector highlighted:

KeyAction
EEnable the connector
DDisable the connector

Pass a name to inspect the tools exposed by a specific connector:

/connectors fetch_server
Stay in control

Stay in control

  • Review what each connector can access before authenticating.
  • Prefer read-only or scoped access when the task doesn't need write permissions.
  • Revoke unused connectors from the relevant service when you no longer need them.