Db MCP
Rank #6,531io.github.neverinfamous/db-mcp
MCP server providing db-mcp capabilities
Db MCP is a Model Context Protocol (MCP) server published by neverinfamous. It ranks #6,531 of 115,460 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Db MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Dec 12, 2025 and most recently updated on Feb 4, 2026.
Ranks ahead of 108,929 of 115,460 servers on MCP Toplist.
Use Db MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add db-mcp -- npx -y db-mcpclaude mcp add db-mcp -- docker run -i --rm docker.io/writenotenow/db-mcp:v1.0.2[mcp_servers.db-mcp]
command = "npx"
args = ["-y", "db-mcp"]Add to ~/.codex/config.toml.
[mcp_servers.db-mcp]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/writenotenow/db-mcp:v1.0.2"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"db-mcp": {
"command": "npx",
"args": [
"-y",
"db-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"db-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/db-mcp:v1.0.2"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"db-mcp": {
"command": "npx",
"args": [
"-y",
"db-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"db-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/db-mcp:v1.0.2"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"db-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"db-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"db-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/db-mcp:v1.0.2"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"db-mcp": {
"command": "npx",
"args": [
"-y",
"db-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"db-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/db-mcp:v1.0.2"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"db-mcp": {
"command": "npx",
"args": [
"-y",
"db-mcp"
]
}
}
}{
"mcpServers": {
"db-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/writenotenow/db-mcp:v1.0.2"
]
}
}
}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.neverinfamous%2Fdb-mcp)<a href="https://mcptoplist.com/server/io.github.neverinfamous%2Fdb-mcp"><img src="https://mcptoplist.com/badge/io.github.neverinfamous%2Fdb-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
neverinfamous
Other servers by neverinfamous
- Mysql MCP#1,164 · 2 vers
- Postgres MCP Server#6,339 · 4 vers
- Neverinfamous Memory Journal MCP#11,435 · 3 vers
- Sqlite MCP Server#12,800 · 3 vers
- postgres-mcp-legacy#14,835 · 4 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Feb 4, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Db MCP?
- Db MCP is maintained by neverinfamous, which publishes 6 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Db MCP listed on the Official MCP Registry?
- Yes — Db MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Db MCP have?
- MCP Toplist tracks 2 versions of Db MCP, most recently published on Feb 4, 2026.
- Where can I find the source code for Db MCP?
- The source code for Db MCP is hosted at github.com/neverinfamous/db-mcp.git.