db-mcp-server

minininja/db-mcp-server
★ 0 stars Java 🗄️ Database Updated today
An MCP server.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "db-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "minininja/db-mcp-server"
      ]
    }
  }
}

README Excerpt

MCP server for database introspection and read-only queries. Supports MySQL, MariaDB, PostgreSQL, MSSQL, H2, Oracle, and Cassandra. ```bash mvn clean install ``` The shaded JAR is at `target/db-mcp-server-1.0.0.jar`. Set environment variables to configure the database connection: | Variable | Description | Default |

Tools (11)

DB_HOSTDB_NAMEDB_PASSWORDDB_PORTDB_TYPEDB_USERDatabaseTypeJdbcProvidergetDatabaseInfolocalhostpostgres