# MemQ Team Handoff Starter

Team namespace handoff flow for development teams that need AI-assisted work to retain context across engineers, sessions, and agents.

## 10-minute setup

1. Create a team-capable MemQ API key.
2. Copy `.env.example` to `.env` and set `MEMQ_API_KEY`.
3. Add `.mcp.example.json` to your editor MCP config.
4. Save a handoff memory from `examples/save-memory/request.json`.
5. Recall it from a new agent session using `examples/recall-memory/request.json`.

## What this proves

- One developer can capture a project handoff.
- Another session can retrieve the handoff without re-prompting.
- The team can use MemQ as shared operational memory instead of copy-pasted context.
