Permanent blockchain memory for AI agents.
Valid MCP server (2 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
3 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: AICHAIN_KEY
Environment variable: AICHAIN_RPC
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-chaelynet-chainmemory": {
"env": {
"AICHAIN_KEY": "your-aichain-key-here",
"AICHAIN_RPC": "your-aichain-rpc-here"
},
"args": [
"-y",
"chainmemory-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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:
MIT — AICHAIN — The permanent memory of artificial intelligence.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.