PluginBench
MCP Server
Maintained
MIT

io.github.Rheopyrin/db-access-mcp MCP Server

io.github.Rheopyrin/db-access-mcp

What is the io.github.Rheopyrin/db-access-mcp MCP server?

MCP server for Postgres/MySQL/Redshift/SQL Server over SSH/SSM tunnels with secret providers.

How to install io.github.Rheopyrin/db-access-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "db-access-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rheopyrin/db-access-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "db-access-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rheopyrin/db-access-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "db-access-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rheopyrin/db-access-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "db-access-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rheopyrin/db-access-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add db-access-mcp -- npx -y @rheopyrin/db-access-mcp

Related MCP servers

ox-mcp

Maintained

MCP server for Open-Xchange: email (IMAP/SMTP), Sieve filters, CalDAV calendar, CardDAV contacts

0
TypeScript
MIT
View repository →