Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by markelaugust74 • Uncategorized
A Dockerized MCP server to vectorize and search Cursor IDE chat history via a FastAPI.
Search and retrieve relevant past chat prompts from Cursor IDE history.
Perform vector similarity searches on local chat data for RAG or analysis.
A simple API to access vectorized chat history stored in LanceDB.
This project extracts user prompts from local Cursor IDE chat history, generates vector embeddings using a local Ollama instance, and stores them in a LanceDB vector database. It provides a Dockerized FastAPI server (MCP server) to perform vector similarity searches on the stored chat history, enabling easy retrieval and analysis of past conversations. This facilitates Retrieval Augmented Generation (RAG) and other LLM-based workflows by making chat history searchable and accessible through a simple API.