Metadata-Version: 2.4
Name: nuramem
Version: 0.1.0
Summary: Nuramem CLI — cross-model memory from the terminal. Capture (nura save/this → server-side §15 extraction) and recall (nura search/briefing/schema) from the shell, CI, or any tool loop, with --json. Wire Nuramem's MCP server into your AI clients (nura connect) and install the memory skill (nura skill install).
Project-URL: Homepage, https://nuramem.ai
Project-URL: Documentation, https://nuramem.ai
Author: LeadHash LLC
License: Proprietary
Keywords: cli,cross-model,llm,mcp,memory,nuramem
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Requires-Dist: httpx>=0.27
Provides-Extra: dev
Requires-Dist: nuramem-api-server; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# Nuramem CLI (`nura`)

Cross-model memory from the terminal. The same memory every connected AI reads —
save, recall, and connect your assistants, without leaving the shell.

## Install

```sh
curl -fsSL https://get.nuramem.ai | sh    # the universal installer
# or, with a Python toolchain:
uv tool install nuramem                   #  ·  pipx install nuramem  ·  uvx nuramem
```

## Use

```sh
nura login                      # sign in via the browser (loopback + PKCE)
nura this "we picked Postgres over Drive for the data plane"   # capture
nura search "data plane"        # recall;  nura briefing  ·  nura schema
nura --json search "stripe"     # machine-readable, for CI / tool loops

nura connect                    # wire Nuramem's MCP server into your AI clients
nura skill install              # teach a coding assistant the memory gesture
```

- **Capture** (`save`/`this`) runs Nuramem's server-side §15 extraction.
- **Recall** (`search`/`briefing`/`schema`) is always free.
- **`nura connect`** safely merges a `nuramem` MCP entry into Claude Desktop,
  Cursor, Windsurf, Gemini CLI and VS Code configs (idempotent; `--dry-run`).
- **`nura skill install`** drops the bundled Nuramem skill into Claude Code /
  Cursor / Codex / Windsurf.

Auth precedence: `--api-url`/explicit token → `NURAMEM_TOKEN` → `NURAMEM_DEV_AUTH_TOKEN`
→ the credential stored by `nura login`. CI/headless: set `NURAMEM_TOKEN`.

Docs and connection guides: <https://nuramem.ai>.
