byte-by-k/mcp-agent-java
AI Agent backed by an MCP server — Java edition using Spring AI and LangChain4j
SUMMARY AI summary by gpt-5-mini
mcp-agent-java is a Java example agent that demonstrates using the Model Context Protocol (MCP) to let LLM-based agents discover and call external tools at runtime. It targets Java developers building AI agents or Spring Boot services that need structured, typed access to external services (databases, APIs, internal tools). Key points: - Implements the full agent loop: receive query → send LLM available tools → LLM returns answer or tool call → execute tool → synthesize result. - Two integration paths: Spring AI (auto-wired MCP tools, recommended for Spring Boot) and LangChain4j (manual McpToolProvider for more control). - Shows dependencies, config examples, a REST /ask endpoint, SSE/streaming support, and architecture connecting to a lazarus-mcp server and Lazarus DB. - MIT licensed.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Why this is classified AI-related
The AI relevance score checks four places for AI keywords and adds the weight of each one that matches. Full methodology
Total AI relevance score: 75 / 100
Owner
Dates
| Created on GitHub | 2026-05-23 |
| Last push | 2026-05-23 |
| First seen here | 2026-05-23 |
| Last fetched | 2026-08-19 16:21 |