db-access-mcp
Rank #32,424io.github.Rheopyrin/db-access-mcp
MCP server for Postgres/MySQL/Redshift/SQL Server over SSH/SSM tunnels with secret providers.
db-access-mcp is a Model Context Protocol (MCP) server published by Rheopyrin. It ranks #32,424 of 115,591 servers tracked on MCP Toplist. db-access-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 12, 2026 and most recently updated on Jul 13, 2026.
Ranks ahead of 83,167 of 115,591 servers on MCP Toplist.
Use db-access-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add db-access-mcp -- npx -y @rheopyrin/db-access-mcp[mcp_servers.db-access-mcp]
command = "npx"
args = ["-y", "@rheopyrin/db-access-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"db-access-mcp": {
"command": "npx",
"args": [
"-y",
"@rheopyrin/db-access-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"db-access-mcp": {
"command": "npx",
"args": [
"-y",
"@rheopyrin/db-access-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"db-access-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rheopyrin/db-access-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"db-access-mcp": {
"command": "npx",
"args": [
"-y",
"@rheopyrin/db-access-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"db-access-mcp": {
"command": "npx",
"args": [
"-y",
"@rheopyrin/db-access-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.Rheopyrin%2Fdb-access-mcp)<a href="https://mcptoplist.com/server/io.github.Rheopyrin%2Fdb-access-mcp"><img src="https://mcptoplist.com/badge/io.github.Rheopyrin%2Fdb-access-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Rheopyrin
Other servers by Rheopyrin
View all Rheopyrin servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | Jul 13, 2026 |
Frequently asked questions
- Who maintains db-access-mcp?
- db-access-mcp is maintained by Rheopyrin, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is db-access-mcp listed on the Official MCP Registry?
- Yes — db-access-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does db-access-mcp have?
- MCP Toplist tracks 1 version of db-access-mcp, most recently published on Jul 13, 2026.
- Where can I find the source code for db-access-mcp?
- The source code for db-access-mcp is hosted at github.com/Rheopyrin/db-access-mcp.