NRTSearch
JSON →Exposes Lucene-based search indexes to AI assistants through the NRTSearch MCP server.
Tools · 1
- nrtsearch/search Search a Lucene index with a full Lucene query. Parameters: index (str), queryText (str), topHits (int, default 10), retrieveFields (list, optional), highlight (bool, optional). Returns list of hits with score, stars, and text.