{ "name": "chainmemory-mcp", "mcpName": "io.github.chaelynet/chainmemory", "version": "2.7.1", "description": "Cross-model, cryptographically verifiable memory for Claude, ChatGPT, and any AI agent — own your AI's memory and carry it across every model. MCP server, 36 tools: remember, semantic search, on-chain verification proofs, forensic audit, selective inject, Project Brain (verifiable project state), role contracts with audited sessions, and a blind vault that encrypts memories client-side with 12 words the server never sees.", "main": "server.js", "bin": { "chainmemory-mcp": "server.js" }, "keywords": [ "chainmemory", "mcp", "model-context-protocol", "claude", "chatgpt", "ai", "ai-memory", "memory", "persistent-memory", "cross-model", "portable-memory", "sovereign", "verifiable", "context", "agent", "llm", "encrypted", "blind-vault", "end-to-end-encryption", "bip39" ], "author": "ChainMemory Team", "license": "MIT", "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/chaelynet/chainmemory-mcp.git" }, "homepage": "https://chainmemory.ai", "bugs": { "url": "https://github.com/chaelynet/chainmemory-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "ethers": "^6.0.0" }, "files": [ "server.js", "server.json", "cm-crypto.js", "cm-bip39.js", "cm-client.js", "cm-wordlist.js" ] }