Loading MCP server directory, please wait...
Database MCP server for MySQL, PostgreSQL, and MongoDB with SSH tunneling support.
npx @getmcp/cli add io.github.stucchi/dbRequires Python 3.10+. Community-contributed server. Review source before installing.
DB_TYPEDatabase type
DB_DATABASEDatabase name
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.stucchi/db": {
"command": "uvx",
"args": [
"db-mcp-server"
],
"env": {
"DB_TYPE": "",
"DB_DATABASE": "",
"DB_MODE": "read-only",
"DB_HOST": "localhost",
"DB_PORT": "",
"DB_USER": "",
"DB_PASSWORD": "",
"DB_URL": "",
"SSH_HOST": "",
"SSH_PORT": "22",
"SSH_USER": "",
"SSH_KEY": "",
"SSH_PASSWORD": ""
}
}
}
}