Conversation
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.
Adds Mnemoverse to
data/projects.jsonunder thememorycategory and regeneratesREADME.mdwithnode scripts/generate-readme.js. The entry renders as the last line of the Memory Systems block because the block is sorted by stars.node scripts/validate.jspasses.mnemoverse/mcp-memory-server is persistent memory for AI agents over MCP. It runs as a hosted remote server with OAuth at https://mcp.mnemoverse.com/mcp, or locally with
npx -y @mnemoverse/mcp-memory-serverand an API key. The distinguishing mechanism is a feedback signal on recall: the agent reports whether a recalled memory helped or misled, and the server uses that report when it ranks the next recall. The MCP server and the Python SDK are MIT. The engine is hosted, with a free tier. The server is listed in the official MCP Registry. Paper: https://arxiv.org/abs/2603.08965.On traction: the repository has 21 stars today, below the 50 minimum, so this PR asks for the documented exception for novel projects on the strength of the feedback-ranked recall described above. If the exception does not apply, please close and I will come back once the count is there.
Checklist
data/projects.jsonwith correct schemanode scripts/generate-readme.jswas run and README.md is up to datenode scripts/validate.jspassesCategory
Disclosure: I work on Mnemoverse.
Note
Low Risk
Documentation and curated JSON only; no executable code or infrastructure changes.
Overview
Adds Mnemoverse (
mnemoverse/mcp-memory-server) to the awesome list as a Memory Systems entry indata/projects.json, including metadata (MCP/open-source/memory tags, 21 stars, arXiv paper link) and a short blurb about MCP-based persistent memory with feedback-driven recall re-ranking.Regenerates the Memory Systems block in
README.mdso Mnemoverse appears in the star-sorted list (currently last in that section). No runtime or application code changes.Reviewed by Cursor Bugbot for commit 40fd2a2. Bugbot is set up for automated code reviews on this repo. Configure here.