DocGraph
Local document RAG server for Cursor via MCP. Upload files or import URLs, index them with a local Rust embedder (ONNX, no Ollama or cloud key required), and query them from Cursor through the /document skill.
Web UI — upload files, import URLs, and manage documents
MCP server — search_documents, list_documents, get_document exposed to Cursor
Local embeddings — fast ONNX embedder written in Rust; nothing leaves your machine