SchemaBrain
Rank #26,554io.github.Arun-kc/schemabrain
The trust and intelligence layer between AI agents and your database.
SchemaBrain is a Model Context Protocol (MCP) server published by arun-kc. It ranks #26,554 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. SchemaBrain is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 1 tracked version. It was first listed on May 15, 2026 and most recently updated on Jun 13, 2026.
Ranks ahead of 105,492 of 132,046 servers on MCP Toplist.
Use SchemaBrain
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add schemabrain -e "DATABASE_URL=<your DATABASE_URL>" -- uvx schemabrain serve --url-env DATABASE_URL --store-path "{store_path}"Replace each placeholder with your own value before saving.
[mcp_servers.schemabrain]
command = "uvx"
args = ["schemabrain", "serve", "--url-env", "DATABASE_URL", "--store-path", "{store_path}"]
[mcp_servers.schemabrain.env]
DATABASE_URL = "<your DATABASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"schemabrain": {
"command": "uvx",
"args": [
"schemabrain",
"serve",
"--url-env",
"DATABASE_URL",
"--store-path",
"{store_path}"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"schemabrain": {
"command": "uvx",
"args": [
"schemabrain",
"serve",
"--url-env",
"DATABASE_URL",
"--store-path",
"{store_path}"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"schemabrain": {
"type": "stdio",
"command": "uvx",
"args": [
"schemabrain",
"serve",
"--url-env",
"DATABASE_URL",
"--store-path",
"{store_path}"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"schemabrain": {
"command": "uvx",
"args": [
"schemabrain",
"serve",
"--url-env",
"DATABASE_URL",
"--store-path",
"{store_path}"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"schemabrain": {
"command": "uvx",
"args": [
"schemabrain",
"serve",
"--url-env",
"DATABASE_URL",
"--store-path",
"{store_path}"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Arun-kc%2Fschemabrain)<a href="https://mcptoplist.com/server/io.github.Arun-kc%2Fschemabrain"><img src="https://mcptoplist.com/badge/io.github.Arun-kc%2Fschemabrain.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
arun-kc
Available versions (1)
| Version | Published |
|---|---|
| 0.6.0 | Jun 13, 2026 |
Frequently asked questions
- Who maintains SchemaBrain?
- SchemaBrain is maintained by arun-kc, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is SchemaBrain listed on the Official MCP Registry?
- Yes — SchemaBrain is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does SchemaBrain have?
- MCP Toplist tracks 1 version of SchemaBrain, most recently published on Jun 13, 2026.
- Where can I find the source code for SchemaBrain?
- The source code for SchemaBrain is hosted at github.com/arun-kc/schemabrain.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.