A MCP (model context protocol) server that gives the LLM access to and knowledge about databases
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-database-": {
"command": "npx",
"args": [
"-y",
"delei/mcp-server-database-jdbc"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-database- npx -y delei/mcp-server-database-jdbc
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-database-": {
"command": "npx",
"args": [
"-y",
"delei/mcp-server-database-jdbc"
]
}
}
}