engine

Hortora/engine
★ 0 stars Java AI/LLM Updated 1d ago
Hortora garden retrieval engine — LangChain4j + Qdrant + Ollama + MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "engine": {
      "command": "npx",
      "args": [
        "-y",
        "Hortora/engine"
      ]
    }
  }
}

README Excerpt

This project uses Quarkus, the Supersonic Subatomic Java Framework. If you want to learn more about Quarkus, please visit its website: <https://quarkus.io/>. You can run your application in dev mode that enables live coding using: ```shell script ./mvnw quarkus:dev ``` > **_NOTE:_** Quarkus now ships with a Dev UI, which is available in dev mode only at <http://localhost:8080/q/dev/>.