Back to MCP Servers
Jdbc
An MCP server for generic Database Management System (DBMS) Connectivity via the Java Database Connectivity (JDBC) protocol
databases
Installation
npx -y mcp-jdbc-serverConfiguration
{
"mcpServers": {
"mcp-jdbc-server": {
"command": "npx",
"args": ["-y", "mcp-jdbc-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes