via “rag-augmented conversation with persistent chat history”
** - Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a searchable [Graphlit](https://www.graphlit.com) project.
Unique: Implements RAG conversations as stateful MCP resources with integrated retrieval pipelines, rather than stateless tool calls. Conversation state (message history, retrieved documents, context window) is managed server-side by Graphlit, enabling multi-turn interactions without client-side context management. Specifications system allows per-conversation LLM configuration without hardcoding model parameters.
vs others: Unlike LangChain or LlamaIndex which require client-side conversation state management and custom retrieval logic, Graphlit's MCP conversations are fully managed server-side with built-in RAG, reducing client complexity and enabling seamless IDE integration.