Database MCP
Rank #18,611io.github.cocaxcode/database-mcp
MCP server providing database-mcp capabilities
Database MCP is a Model Context Protocol (MCP) server published by cocaxcode. It ranks #18,611 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Database MCP is listed across 3 registries — Official MCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Mar 16, 2026 and most recently updated on Mar 25, 2026.
Ranks ahead of 96,849 of 115,460 servers on MCP Toplist.
Use Database MCP
claude mcp add database-mcp -- npx -y @cocaxcode/database-mcp[mcp_servers.database-mcp]
command = "npx"
args = ["-y", "@cocaxcode/database-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"database-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/database-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"database-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/database-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"database-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cocaxcode/database-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"database-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/database-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"database-mcp": {
"command": "npx",
"args": [
"-y",
"@cocaxcode/database-mcp"
]
}
}
}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.cocaxcode%2Fdatabase-mcp)<a href="https://mcptoplist.com/server/io.github.cocaxcode%2Fdatabase-mcp"><img src="https://mcptoplist.com/badge/io.github.cocaxcode%2Fdatabase-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
cocaxcode
Other servers by cocaxcode
- Api Testing MCP#19,358 · 3 vers
- Ai Context Inspector#39,082 · 3 vers
- Devflow MCP#43,503 · 2 vers
- Logbook MCP#43,504 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.1.14 | Mar 25, 2026 |
| 0.1.1 | Mar 16, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Database MCP?
- Database MCP is maintained by cocaxcode, which publishes 5 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Database MCP listed on the Official MCP Registry?
- Yes — Database MCP is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Database MCP have?
- MCP Toplist tracks 3 versions of Database MCP, most recently published on Mar 25, 2026.
- Where can I find the source code for Database MCP?
- The source code for Database MCP is hosted at github.com/cocaxcode/database-mcp.