You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MCP Lucene Server is a Model Context Protocol (MCP) server that exposes Apache Lucene's full-text search capabilities through a conversational interface. It allows AI assistants (like Claude) to help users search, index, and manage document collections without requiring technical knowledge of Lucene or search engines.
A Spring Boot application that integrates Spring AI with Model Context Protocol (MCP) using a filesystem-backed MCP server. This project demonstrates how to connect an LLM-based chat client to filesystem tools through MCP and expose an HTTP endpoint for prompt-driven file operations.