Back to Home
pedrohenrique316 icon

Cursor-history-MCP

Verified Safe

by pedrohenrique316

Overview

This server allows users to search their local Cursor IDE chat history using semantic search powered by Ollama embeddings and LanceDB.

Installation

Run Command
docker run -p 8001:8001 -v /path/to/your/db_data/cursor_chat_history.lancedb:/data/cursor_chat_history.lancedb cursor-chat-search-api

Environment Variables

  • LANCEDB_URI
  • OLLAMA_HOST

Security Notes

The server uses FastAPI's CORSMiddleware with `allow_origins=["*"]`, which allows requests from any origin. While common for local/development environments, this is a security risk if the application were exposed publicly without further restrictions. The application primarily processes user's local data and user-provided search queries via Ollama embeddings, which is generally safe from code execution vulnerabilities. No usage of `eval`, `exec`, or other obvious malicious patterns or hardcoded secrets were found.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassLow
Avg Tokens15
Stars2
Forks0
Last Update2026-01-19

Tags

Chat HistorySemantic SearchVector DatabaseFastAPIOllama