AI router is a stdio MCP server that lets AI coding agents (Cursor, Claude Code, Claude Desktop, and other MCP clients) send prompts to Gemini and ChatGPT through real browser sessions — no API keys
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