quarkus-mcp-servers
This MCP server allows you to store and retrieve data from various JDBC databases.
The JDBC server is designed to facilitate seamless interactions with a wide range of databases using JDBC URLs. It supports popular databases such as Postgres, MySQL, Oracle, and SQLite, making it versatile for different application needs. Users can easily run this server using jbang, which simplifies the setup and execution process across various programming environments. In addition to basic data storage and retrieval, the JDBC server can be integrated into larger applications that require database interactions. This capability enhances the functionality of MCP-enabled LLM applications, allowing for dynamic data handling and manipulation, which is essential for modern AI applications.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"quarkus-mcp-servers": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-quarkus-mcp-servers"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions