thebrownproject/raglit-mcp-server
3.2
If you are the rightful owner of raglit-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
RagLit is a Model Context Protocol (MCP) server designed to facilitate document processing and retrieval for Retrieval Augmented Generation (RAG) pipelines.
Tools
Functions exposed to the LLM to take actions
chunk_document
Splits a document into chunks, generates embeddings for each chunk, and stores them via the backend API.
search_chunks
Searches for stored document chunks that are semantically similar to a given query.
filter_metadata
Filters stored chunks based on exact matches of provided metadata key-value pairs.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client