Loading MCP server directory, please wait...
MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.
npx @getmcp/cli add io.github.Souhar-dya/mcp-db-serverRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Souhar-dya/mcp-db-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DATABASE_URL",
"docker.io/souhardyak/mcp-db-server:1.3.1"
],
"env": {
"DATABASE_URL": ""
}
}
}
}