# Model Context Protocol Server for {baseName}
This Model Context Protocol(MCP) server enables Large Language Models (LLMs) to work with {baseName}.

## General Usage
1. Install [jbang](https://www.jbang.dev/download/)
2. Configure your MCP Client to run the server (see [Claude Desktop Config](#claude-desktop-config) below)
Below are examples of command lines to use for configuring the server.
Start server:
```shell
jbang {baseName}@quarkiverse/quarkus-mcp-servers
```
## Components
Below are the MCP components provided by this server.
### Tools
* **hello_world** - say hello to the user
### Prompts
* **make_greeting** - example prompt to get started exploring the server
## Claude Desktop Config and [mcp-cli](https://github.com/chrishayuk/mcp-cli)
Add this to your `claude_desktop.json` or `server_config.json` file:
```json
{
"mcpServers": {
"jdbc": {
"command": "jbang",
"args": [
"mcp-server-{baseName}@quarkiverse/quarkus-mcp-server"
]
}
}
}
```
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quarkiverse/jdbc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server