Quarkus Solr Dev UI
The extension registers a card in the Quarkus Dev UI when running in dev mode.
The card is available at /q/dev-ui and provides a direct link to the Solr Admin UI of the running dev service
container. The Admin UI URL is resolved dynamically from the running container’s mapped port.
MCP
All Solr Dev UI operations are exposed as MCP tools, making them available to AI assistants and MCP clients connected to the dev mode endpoint. The following tools are provided:
| Tool | Description |
|---|---|
|
Returns the configured Solr URL. |
|
Lists all collections in the Solr instance. |
|
Returns the schema for the named collection. |
|
Executes a search. |
|
Indexes documents into the named collection. |
The registered Solr beans are also exposed as an MCP resource, so connected clients can inspect the application’s Solr configuration.
See the Quarkus Dev MCP guide for how to connect an MCP client.