Overview
Features
MCP Compliance
Implements the core Model Context Protocol (MCP) to provide MCP-compatible access to indexed documents.
Lucene-Powered
Utilizes Apache Lucene for fast full-text search and indexing of documents.
RESTful API
Exposes a REST API for status, upsert, delete, list, and query operations against the index.
Document Management
Supports upsert (insert/update), delete, and list operations to manage documents in the Lucene index.
Querying
Allows complex queries using Lucene syntax with optional metadata filters and top_k results.
Status
Provides an endpoint to check the server and index status.
Spring Boot
Built with Spring Boot for easy setup, configuration, and deployment.
Dockerization
Includes Docker support and instructions to containerize and run the application.




