Vetrix Docs

Integrations

An integration connects one repository to software outside Vetrix: it lets an external tool read the repository, or lets the repository tell an external service what just happened in it. The pages in this section cover the integrations you configure per repository — the Model Context Protocol server that AI assistants connect to, and the webhooks that post repository events to a URL you choose. Both are managed from the repository's own settings and both require repository administrator (or owner) access to change, so this section is written for the people who administer a repository rather than everyone who works in one.

Where to find it: open a repository, select Settings, then choose the integration you want in the left settings sidebar.

  • MCP — turn on the repository's Model Context Protocol server so AI assistants can connect to it, copy the server URL, mint an mcp:read access token, and copy a ready-made configuration snippet for a local client or a remote OAuth connector.
  • Webhooks — add webhooks that post chosen repository events to an external URL, sign their payloads with a shared secret, turn delivery on or off, and inspect or re-send the most recent delivery.