The governed data layer your agents build on

Connect Postgres, MySQL, or ClickHouse once. Any agent — Claude, Cursor, or one you built — works with it over MCP, learns how your company runs, and never sees a row policy doesn't allow.

Connect your database Learn more
Policies
SELECT * FROM accounts
accountregionplanmrrcard_number
Acme EU Pro $4,200 4242 42•• •••• 1881
Globex US Free $0 5555 55•• •••• 4444
Northwind EU Pro $3,100 4916 •••• •••• 8207
Initech APAC Ent $8,900 3782 ••••• •6210
Umbrella US Biz $2,400 6011 •••• •••• 3401

Connect

One connection replaces a credential per tool. valv reads the schema, holds the policy, and exposes everything as a single MCP endpoint any agent can use.

.mcp.json — the same config for every agent
{
  "mcpServers": {
    "valv": { "url": "https://mcp.valv.sh/acme" }
  }
}

Remember

Agents write down what they learn about your data: what an enum really means, how a metric is defined, which query shapes work. The next agent to connect inherits it instead of rediscovering it.

Knowledge
orders.status

status 5 means refunded, not cancelled — 3 and 4 are unused legacy states

metrics

MRR excludes one-time credits and is summed from subscriptions.amount, not invoices

users.plan

"biz" and "business" both appear; treat them as the same plan

connection

fiscal year starts in February; "Q1" in questions means Feb–Apr

Build

Not wired up to an agent yet? The platform ships with one already built on the layer: a chat that answers from your data and turns the answers into live dashboards.

Dashboards
Monthly recurring revenue ▲ 12.4%
$482.9k
Signups by plan
Weekly active seats
Revenue by plan
Pro Business Enterprise Free

Open source

The engine that enforces every policy is an open-source library. What your agents can and can't see is something you can read, not just trust.

Pricing

One plan to get your agents on your data, custom when you need scale and control. Every workspace starts free.

Team

Everything to point agents at your data.

$29 / month
  • Connect your databases in minutes
  • Any agent over MCP, plus the built-in chat
  • Dashboards from any question
  • Memory that sharpens over time
  • Row-level policies and per-workspace encryption
  • Team members and roles

Custom

Scoped to your security, compliance, and scale requirements.

Let's talk
  • Everything in Team
  • SSO and SAML
  • Audit logs
  • Dedicated support and SLA
  • Terms scoped to your requirements

FAQ

Can I self-host?

The governance engine is open source and runs anywhere. The platform is the hosted version: teams, config in the UI, shared memory, billing.

Which databases?

Postgres, MySQL, and ClickHouse today. The layer reads your schema directly — no pipelines, no warehouse, no copies of your data.

Which agents?

Anything that speaks MCP: Claude, Cursor, Codex, or an agent you built. A chat that builds dashboards ships with the platform, already wired up.