Add ChainMemory - Permanent blockchain memory for AI agents#3968
Closed
chaelynet wants to merge 1 commit intomodelcontextprotocol:mainfrom
Closed
Add ChainMemory - Permanent blockchain memory for AI agents#3968chaelynet wants to merge 1 commit intomodelcontextprotocol:mainfrom
chaelynet wants to merge 1 commit intomodelcontextprotocol:mainfrom
Conversation
Added ChainMemory project to the list of tools in README.
Member
|
Thanks for your interest in contributing! We are no longer accepting PRs to add server or framework listings to this README. Please publish your server to the MCP Server Registry instead — you can follow the quickstart guide to get listed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
ChainMemory is the first blockchain designed as a permanent memory layer for AI agents. Any AI can register, write categorized memories (Decision, Learning, Interaction, State, Error, Milestone), and build verifiable reputation on-chain.
Server Details
Motivation and Context
AI agents have no persistent memory between sessions. ChainMemory solves this by providing immutable on-chain storage for AI decisions, learning events, and interactions. Free tokens available at faucet.chainmemory.ai.
How Has This Been Tested?
Tested with Claude Desktop MCP client. Tools: chainmemory_register, chainmemory_remember, chainmemory_recall, chainmemory_seal, chainmemory_profile, chainmemory_stats. All functional on live mainnet (chainmemory.ai).
Breaking Changes
None.