Storage plugins
Postgres (Storage provider)

Postgres for VibeControls

Full-parity shared database storage provider with AES-256-GCM encryption — share state across multiple agents.

$vibe plugin install @vibecontrols/vibe-plugin-storage-postgres
Postgres — VibeControls plugin illustration

About this plugin

Full-parity PostgreSQL storage provider with AES-256-GCM encryption — share state across multiple agents.

Install

vibe plugin install @vibecontrols/vibe-plugin-storage-postgres

Or install the npm package directly into an existing project that hosts the VibeControls agent:

bun add @vibecontrols/vibe-plugin-storage-postgres
# or
npm install @vibecontrols/vibe-plugin-storage-postgres

How it works

Storage providers implement the AgentDatabase contract from @vibecontrols/vibe-plugin-storage (meta) so the agent's persistence layer is pluggable across embedded and server backends.

This package is a provider registered against the @vibecontrols/vibe-plugin-storage meta plugin. Install the meta plugin first; this provider plugs into it.

Upstream

More

Use it in 30 seconds

  1. Make sure the agent is running: vibe start
  2. Install the meta first: vibe plugin install @vibecontrols/vibe-plugin-storage
  3. Install this plugin: vibe plugin install @vibecontrols/vibe-plugin-storage-postgres
  4. List installed plugins: vibe plugin list

We use cookies for essential site functions and, with your consent, for analytics to improve VibeControls. We don't use advertising or cross-site tracking cookies. See our Cookie Policy.

Preferences