← Index

io.github.chaelynet/chainmemory

io.github.chaelynet/chainmemory·v1.0.1·Memory & RAG
Quality Score
80
/100

Permanent blockchain memory for AI agents.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "chainmemory": {
      "command": "npx",
      "args": [
        "-y",
        "chainmemory-mcp"
      ],
      "env": {
        "AICHAIN_KEY": "<your-aichain_key>",
        "AICHAIN_RPC": "<aichain_rpc>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "chainmemory": {
      "command": "npx",
      "args": [
        "-y",
        "chainmemory-mcp"
      ],
      "env": {
        "AICHAIN_KEY": "<your-aichain_key>",
        "AICHAIN_RPC": "<aichain_rpc>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y chainmemory-mcp
§02  Environment variables
AICHAIN_KEY
secret

Private key for AICHAIN wallet

AICHAIN_RPC

RPC endpoint (default: https://rpc.chainmemory.ai)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG