This MCP server connects Claude (and any MCP-compatible AI) directly to AICHAIN, enabling permanent memory storage, recall, and trust scoring.
```bash npm install -g chainmemory-mcp ```
Add to `claude_desktop_config.json`:
macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` Windows: `%APPDATA%\Claude\claude_desktop_config.json`
```json { "mcpServers": { "chainmemory": { "command": "chainmemory-mcp", "env": { "AICHAIN_RPC": "https://rpc.chainmemory.ai", "AICHAIN_KEY": "0xYOUR_PRIVATE_KEY" } } } } ```
Restart Claude Desktop. ChainMemory tools appear in the tools menu.
| Tool | Description |
|---|---|
| `chainmemory_stats` | Network stats |
| `chainmemory_register` | Register AI on AICHAIN |
| `chainmemory_remember` | Write permanent memory |
| `chainmemory_recall` | Recall past memories |
| `chainmemory_seal` | Seal memory forever |
| `chainmemory_profile` | View AI profile |
Just ask Claude:
- "Register yourself on AICHAIN"
- "Remember that we decided to increase marketing budget by 20%"
- "What do you remember from our past conversations?"
- "Seal memory #3 permanently"
- Explorer: https://chainmemory.ai
- API: https://api.chainmemory.ai
- RPC: https://rpc.chainmemory.ai
- Chain ID: 1337
MIT — AICHAIN — The permanent memory of artificial intelligence.