Add integration: memorygraph-dkg (verifiable persistent memory for AI agents)#18
Open
JoeVezzani wants to merge 1 commit into
Open
Add integration: memorygraph-dkg (verifiable persistent memory for AI agents)#18JoeVezzani wants to merge 1 commit into
JoeVezzani wants to merge 1 commit into
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.
MemoryGraph — persistent, verifiable memory for AI agents
Adds
integrations/memorygraph-dkg.json(community tier). Built for the DKG v10 integration bounty.What it is: an MCP server that gives any MCP-aware agent (Claude Code, Claude Desktop, Cursor) durable memory —
memory_save/memory_recall/memory_share/memory_whoami— backed by the DKG v10 Working + Shared Memory layers. Each memory is stored as a DID-attributed RDF subgraph in amemorygraphcontext graph (type, text, tags, created, creator), queryable by tag/free-text, with explicit-confirm WM→SWM promotion.a36ebf3ea00fed7c7a0e56e4a0c8860d9bf6fc18Implementation: follows the official
dkg-hello-worldHTTP API patterns (context-graph/create, assertion create/write/query, agent/identity, assertion/promote). Talks only to the local DKG node; zero external network egress; no third-party credentials; no install hooks.Status (transparent): community submission. The npm package
memorygraph-dkg@0.1.0is pending publish — per the registry's documented pre-publish flow, the npm security check will warn until it lands; happy to publish before merge to any user-facing tier. Entry validated locally withscripts/validate.mjs→ 0 errors, 0 warnings.