Back to Browse

Schemabrain MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

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.Required

Environment variable: DATABASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-arun-kc-schemabrain": {
      "env": {
        "DATABASE_URL": "your-database-url-here"
      },
      "args": [
        "schemabrain"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!