Odel
SchemaBrain

SchemaBrain

Local
@arun-kc9PythonApache-2.0Updated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIschemabrainv0.6.0

Run

uvx schemabrain

MCP client config

{
  "mcpServers": {
    "schemabrain": {
      "command": "uvx",
      "args": [
        "schemabrain"
      ]
    }
  }
}