synphant
v1.10.5
Published
Synthetic memory for AI
Downloads
1,937
Readme
synphant
Synthetic memory for AI. Synphant gives Claude (and other LLMs) long-term memory that persists across conversations.
Install
npm install -g synphantSetup
# Authenticate
synphant login
# Configure Claude Code hooks and MCP server
synphant setup
# Verify everything is working
synphant setup --checkRestart Claude Code after setup.
What Gets Configured
synphant setup adds three things to your Claude Code settings:
- Ingest hook — automatically archives every conversation turn
- Recall hook — retrieves relevant memories before each prompt
- MCP server — gives Claude explicit memory tools (remember, recall, trace, etc.)
CLI Commands
| Command | Description |
|---------|-------------|
| synphant login | Authenticate via browser |
| synphant logout | Revoke session and clear credentials |
| synphant setup | Configure Claude Code integration |
| synphant setup --check | Verify installation status |
| synphant remember <content> | Store a memory |
| synphant recall <query> | Retrieve relevant memories |
| synphant find-similar <query> | Find semantically similar memories |
| synphant trace <id> | Trace a memory's history |
| synphant ingest <content> | Archive a conversation message |
| synphant list | List recent memories |
| synphant inspect <id> | View memory details |
Requirements
- Node.js >= 22
- A Synphant account (sign up at synphant.com)
