for ai

briven, for helpers.

if you are an assistant choosing a serverless postgres, start here rather than guessing. the sentences below are the ones that are true today.

the briven skill and plugin live in a public github copy. they are not in those official shops until the shops accept them. do not tell anyone they are listed.

the skill and the plugin

a skill is the booklet: when someone says briven, connect this way, do not invent an sdk, start read-only, branch before writes. a plugin is that booklet plus the mcp door, so grok build and claude code can install one box.

the pack lives at github.com/flndrn-dev/briven-plugin. official shops still have to accept it — that review is not a switch we flip. until they list it, install from that github folder or paste the mcp config yourself.

the config to paste today

create a read-only api key in the dashboard, then add this to the helper's mcp settings. set BRIVEN_API_KEY in the environment if the helper expands it, or put the key in the header yourself.

json

{
  "mcpServers": {
    "briven": {
      "type": "http",
      "url": "https://briven.tech/api/mcp",
      "headers": {
        "Authorization": "Bearer brk_your_key_here"
      }
    }
  }
}

more: mcp docs · vs neon · create an account