サーバー
Cursor Chat History Vectorizer & Dockerized Search MCP
@markelaugust74
API service to search vectorized Cursor IDE chat history using LanceDB and Ollama
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cursor-history-mcp-markelaugust74": {
"command": "python",
"args": [
"cursor_history_extractor.py"
]
}
}
}