Database Admin
Rank #2,908io.github.cybeleri/database-admin
MCP server providing database-admin capabilities
Database Admin is a Model Context Protocol (MCP) server published by cybeleri. It ranks #2,908 of 115,460 servers tracked on MCP Toplist, and its repository has 113 GitHub stars. Database Admin is listed on Official MCP, with 2 tracked versions. It was first listed on Dec 27, 2025 and most recently updated on Dec 27, 2025.
Ranks ahead of 112,552 of 115,460 servers on MCP Toplist.
Use Database Admin
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add database-admin -e "DATABASE_URL=<your DATABASE_URL>" -- npx -y database-admin-mcpReplace each placeholder with your own value before saving.
[mcp_servers.database-admin]
command = "npx"
args = ["-y", "database-admin-mcp"]
[mcp_servers.database-admin.env]
DATABASE_URL = "<your DATABASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"database-admin": {
"command": "npx",
"args": [
"-y",
"database-admin-mcp"
],
"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": {
"database-admin": {
"command": "npx",
"args": [
"-y",
"database-admin-mcp"
],
"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": {
"database-admin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"database-admin-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"database-admin": {
"command": "npx",
"args": [
"-y",
"database-admin-mcp"
],
"env": {
"DATABASE_URL": "<your DATABASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"database-admin": {
"command": "npx",
"args": [
"-y",
"database-admin-mcp"
],
"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.cybeleri%2Fdatabase-admin)<a href="https://mcptoplist.com/server/io.github.cybeleri%2Fdatabase-admin"><img src="https://mcptoplist.com/badge/io.github.cybeleri%2Fdatabase-admin.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
cybeleri
Other servers by cybeleri
View all cybeleri servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Dec 27, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Database Admin?
- Database Admin is maintained by cybeleri, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Database Admin listed on the Official MCP Registry?
- Yes — Database Admin is listed on the Official MCP Registry.
- How many versions does Database Admin have?
- MCP Toplist tracks 2 versions of Database Admin, most recently published on Dec 27, 2025.
- Where can I find the source code for Database Admin?
- The source code for Database Admin is hosted at github.com/cybeleri/database-mcp-server.