Enables users to chat and query their documents directly from IDEs and other MCP-compatible clients.
Kollektiv is a remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers, enabling users to perform Retrieval-Augmented Generation (RAG) over their own documents directly from IDEs like Cursor, Windsurf, and Claude Desktop, or any MCP-compatible client. It offers secure authentication via OAuth 2.0 and is intended as a component of a larger application including a backend server for document processing and a frontend for document upload and onboarding. Designed to improve interaction with personal documents within a development environment.
主要功能
01Remote Model Context Protocol (MCP) server
020 GitHub stars
03Runs on Cloudflare Workers
04Supports RAG (Retrieval-Augmented Generation)
05OAuth 2.0 Authentication
06Compatible with MCP clients like Cursor, Windsurf and Claude Desktop
使用案例
01Querying personal documents from within an IDE
02Integrating document interaction into existing development workflows
03Implementing RAG (Retrieval-Augmented Generation) over custom data