jmcp

billrobertson42/jmcp
★ 1 stars Java 🗄️ Database Updated 1d ago
read only database mcp server with extensible framework
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": {
    "jmcp": {
      "command": "npx",
      "args": [
        "-y",
        "billrobertson42/jmcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that provides read-only access to JDBC-compatible databases. It also provides a framework that allows easy addition of other tools. * Safety * Don't allow the database tools to make changes, AI makes mistakes, and sometimes you can't control permissions. * Minimal external dependencies - Reduce the CVE surface

Tools (5)

databaseTypejdbcUrlpasswordschemaFilterusername