- Schemabrain
Schemabrain
A read-only trust + intelligence layer between AI agents and your database — the agent never writes SQL, PII is refused before the query runs, and every call lands in a tamper-evident audit log. Postgres today.
Overview
SchemaBrain is an MCP server that sits between AI agents (Claude, Cursor, Windsurf) and your SQL database as a read-only trust + intelligence layer.
- • Read-only by architecture — 12 MCP tools, none can write. The agent never writes SQL; SchemaBrain compiles it from definitions you control.
- • PII-aware refusal — a query touching a blocked category is refused before the database is queried.
- • Tamper-evident audit — every call, refusal, and recovery lands in a SHA-256-chained append-only log.
Postgres today. Apache-2.0. Install: uvx schemabrain init
Server Config
{
"mcpServers": {
"schemabrain": {
"command": "uvx",
"args": [
"schemabrain",
"serve",
"--url-env",
"DATABASE_URL"
],
"env": {
"DATABASE_URL": "postgresql://user:password@localhost:5432/dbname"
}
}
}
}Project Info
Created At
6 hours agoUpdated At
6 hours agoAuthor Name
Arun-kcStar
-Language
-License
-Recommend Servers
View AllSerper MCP Server
@garymengcom
A Serper MCP Server
Python
a year ago
Wpnews
11 hours ago
Amap Maps
@amap
高德地图官方 MCP Server
a year ago