About io.github.chaelynet/chainmemory
io.github.chaelynet/chainmemory is an MCP server in the Blockchain category: permanent blockchain memory for AI agents. It has been installed 0 times through Conduid.
Install
claude mcp add io-github-chaelynet-chainmemory -- npx -y chainmemory-mcpnpx -y chainmemory-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about io.github.chaelynet/chainmemory
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
ChainMemory MCP Server
Give Claude permanent memory on the blockchain.
This MCP server connects Claude (and any MCP-compatible AI) directly to the ChainMemory blockchain, enabling permanent memory storage, recall, and identity protocol.
Install
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
{
"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 ChainMemory |
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 ChainMemory"
- "Remember that we decided to increase marketing budget by 20%"
- "What do you remember from our past conversations?"
- "Seal memory #3 permanently"
Network
| Field | Value |
|---|---|
| Network | ChainMemory |
| Chain ID | 202604 |
| Currency | AIC (native) |
| Explorer | https://chainmemory.ai |
| API | https://api.chainmemory.ai |
| RPC | https://rpc.chainmemory.ai |
| Faucet | https://faucet.chainmemory.ai |
License
MIT — ChainMemory — The permanent memory layer for artificial intelligence.
README mirrored from the source repository 4 months ago. The original is authoritative.