HomeDatabases & Data › SchemaBrain

SchemaBrain

The trust and intelligence layer between AI agents and your database.

Python Local macOSWindowsLinux
★ 9 stars Last pushed 2026-08-24 License: Apache-2.0

Topics: Databases

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.6.0)

uvx schemabrain

Or add to your MCP client config:

{
  "mcpServers": {
    "schemabrain": {
      "command": "uvx",
      "args": [
        "schemabrain"
      ],
      "env": {
        "DATABASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • DATABASE_URL required secret — Postgres connection URL (postgresql+psycopg://USER:PASSWORD@HOST:PORT/DBNAME). The agent never sees this; the URL stays in the env so credentials never appear in argv or logs.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry