langchain4j-travel-assistant

deepakatl1981/langchain4j-travel-assistant
★ 0 stars Java AI/LLM Updated today
Companion code for "Building Your First AI Agent in Java: A LangChain4j Beginner's Guide" - a travel assistant with local tools, MCP-server tools, and per-conversation memory.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "langchain4j-travel-a": {
      "command": "npx",
      "args": [
        "-y",
        "deepakatl1981/langchain4j-travel-assistant"
      ]
    }
  }
}

README Excerpt

Companion code for the Medium article *"Building Your First AI Agent in Java: A LangChain4j Beginner's Guide."* Two independent Maven modules: - **weather-mcp-server** — a standalone MCP server exposing one tool, `getWeather`, over stdio (JSON-RPC). It knows nothing about the client that will call it.

Tools (1)

McpToolProvider