Metadata-Version: 2.4
Name: memsearch-cursor
Version: 0.1.1
Summary: Semantic memory search for Cursor IDE — fork of memsearch with Cursor transcript support
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: click>=8.1
Requires-Dist: openai>=1.0
Requires-Dist: pymilvus[milvus-lite]>=2.5.0
Requires-Dist: setuptools<75
Requires-Dist: tomli-w>=1.0
Requires-Dist: tomli>=2.0; python_version < '3.11'
Requires-Dist: watchdog>=4.0
Provides-Extra: all
Requires-Dist: anthropic>=0.40; extra == 'all'
Requires-Dist: google-genai>=1.0; extra == 'all'
Requires-Dist: ollama>=0.4; extra == 'all'
Requires-Dist: sentence-transformers>=3.0; extra == 'all'
Requires-Dist: voyageai>=0.3; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.40; extra == 'anthropic'
Provides-Extra: google
Requires-Dist: google-genai>=1.0; extra == 'google'
Provides-Extra: local
Requires-Dist: sentence-transformers>=3.0; extra == 'local'
Provides-Extra: ollama
Requires-Dist: ollama>=0.4; extra == 'ollama'
Provides-Extra: voyage
Requires-Dist: voyageai>=0.3; extra == 'voyage'
Description-Content-Type: text/markdown

# memsearch-cursor

Fork of [memsearch](https://github.com/zilliztech/memsearch) with Cursor IDE transcript support.

## Changes from upstream memsearch

- `memsearch-cursor transcript` supports both Claude Code and Cursor IDE JSONL formats (auto-detected)
- CLI command is `memsearch-cursor` (instead of `memsearch`)

## Installation

```shell
pip install memsearch-cursor
# or
uvx memsearch-cursor
```

All other commands and features are identical to upstream memsearch.
