API service to search vectorized Cursor IDE chat history using LanceDB and Ollama
Overview
What is Cursor History MCP?
Cursor History MCP is an API service that allows users to search through vectorized chat history from the Cursor IDE, utilizing LanceDB and Ollama for efficient data retrieval.
How to use Cursor History MCP?
To use Cursor History MCP, clone the repository, build the Docker image, and run the container. Access the API at http://localhost:8000/docs to explore the available endpoints.
Key features of Cursor History MCP?
- High-performance API built with FastAPI.
- Vectorized search capabilities using embeddings.
- Self-hosted option for local or server deployment.
- Docker support for easy setup.
- Integration with Ollama for advanced processing.
Use cases of Cursor History MCP?
- Searching through chat history for specific queries.
- Retrieving entire chat history for analysis.
- Integrating chat history search into other applications.
FAQ from Cursor History MCP?
- Can I run Cursor History MCP on my own server?
Yes! Cursor History MCP is designed to be self-hosted.
- What technologies does Cursor History MCP use?
It uses FastAPI, LanceDB, and Ollama for its functionalities.
- How do I access the API?
After running the Docker container, you can access the API at
http://localhost:8000/docs.