quarkus-langchain-ollama-mcp-example

bertjan/quarkus-langchain-ollama-mcp-example
★ 3 stars Java 🤖 AI/LLM Updated 2mo ago
Example MCP client and server with Quarkus, Langchain4j and Ollama.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quarkus-langchain-ol": {
      "command": "npx",
      "args": [
        "-y",
        "bertjan/quarkus-langchain-ollama-mcp-example"
      ]
    }
  }
}