Metadata-Version: 2.4
Name: memento-brain
Version: 0.0.7
Summary: Memento — a shared brain for your AI coding tools (umbrella/meta package)
Project-URL: Homepage, https://github.com/ddong8/memento
Project-URL: Repository, https://github.com/ddong8/memento
Project-URL: Issues, https://github.com/ddong8/memento/issues
Author: ddong8
License: AGPL-3.0-only
Keywords: ai,claude,developer-tools,mcp,memento,memento-brain
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: memento-brain-collector>=0.0.1
Requires-Dist: memento-brain-memory>=0.0.1
Description-Content-Type: text/markdown

# memento-brain

Meta / umbrella package for **Memento** — a shared brain for your AI coding tools.

## One-line install (gets everything)

```bash
pip install memento-brain
# pulls in memento-brain-collector (the daemon) + memento-brain-memory (the MCP server)
```

Then:

```bash
memento-brain-collector setup   # or the short alias: memento-collector setup
```

## Individual packages

- [`memento-brain-collector`](https://pypi.org/project/memento-brain-collector/) — cross-platform collector daemon (short alias CLI: `memento-collector`)
- [`memento-brain-memory`](https://pypi.org/project/memento-brain-memory/) — MCP memory server (short alias CLI: `memento-memory`)

## Docs

Full documentation and source: **https://github.com/ddong8/memento**
