The trust and intelligence layer between AI agents and your database.
npx @getmcp/cli add io.github.Arun-kc/schemabrainRequires Python 3.10+. Community-contributed server. Review source before installing.
DATABASE_URLPostgres 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Arun-kc/schemabrain": {
"command": "uvx",
"args": [
"schemabrain",
"serve",
"DATABASE_URL",
"{store_path}"
],
"env": {
"DATABASE_URL": ""
}
}
}
}Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Ephemeral data sandbox for AI workflows with guardrails and security
MCP server for Anki flashcards: adaptive review, notes, media, and deck management via AnkiConnect.
Korean NLP MCP server: morphological analysis, tokenization, spell & grammar checking (Bareun)