dbMCP

lembergmax/dbMCP
★ 0 stars Java Code/Dev Tools Updated today
An MCP server that exposes any JDBC database to an MCP client — with per-operation permissions you control.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dbmcp": {
      "command": "npx",
      "args": [
        "-y",
        "lembergmax/dbMCP"
      ]
    }
  }
}

README Excerpt

**An MCP server that exposes any JDBC database to an MCP client — with per-operation permissions you control.** dbMCP lets an MCP client such as [Claude](https://claude.ai) work directly with a relational database: explore the schema including foreign keys and indexes, run `SELECT` queries, and — only if you allow it — insert, update, delete, change structure, run batches, or store and read binary data such as images. You start the server from the console, point it at your database, and decide e

Tools (20)

ALLALTERCREATEDDLDELETEDROPINSERTREADSELECTTRUNCATEUPDATEWRITEdatabase_infodescribe_schemadescribe_tableexport_queryfetch_fileinsert_rowslist_tablesmcpServers

Topics

ai-toolsdatadatabasedbmcp-server