| status | active | ||
|---|---|---|---|
| tags |
|
||
| type | note | ||
| created | 2026-01-30 | ||
| modified | 2026-01-30 |
Claude's persistent memory context system.
- Personal context (identity, preferences, workflows)
- Project context (per-project state and decisions)
- Session continuity (recent session summaries)
- Hybrid search (FTS5 + semantic vectors)
pip install -e .Add to ~/.claude/mcp_servers.json:
{
"claude-innit": {
"command": "python",
"args": ["-m", "claude_innit.server"],
"cwd": "/path/to/Claude-Innit"
}
}