Skip to content

chaelynet/chainmemory-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChainMemory MCP Server

Give Claude permanent memory on the blockchain.

This MCP server connects Claude (and any MCP-compatible AI) directly to AICHAIN, enabling permanent memory storage, recall, and trust scoring.

Install

```bash npm install -g chainmemory-mcp ```

Setup for Claude Desktop

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.

Tools

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

Usage

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"

Network

License

MIT — AICHAIN — The permanent memory of artificial intelligence.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors