docs: recommend nmem CLI for graph/relationship queries - #5
Merged
Conversation
The bundled commands cover the common per-turn loop; the nmem CLI can do a lot more, including graph and relationship queries not exposed in the default MCP tool set (see the community repo's nowledge-mem-claude-code-plugin PR for the same note applied across plugins).
hawkingrei
added a commit
to nowledge-co/community
that referenced
this pull request
Aug 21, 2026
Same note as the earlier Claude Code plugin commit, applied to every other plugin covering a client on the EXTERNAL_MCP_SURFACE.md recognized-host list (Codex, Codex prompts, Kimi Code, Cursor, CodeBuddy, Copilot CLI, OpenCode) -- they all share the same bounded default MCP tool set, so the same "no graph queries in the default set" gap and the same nmem CLI escape hatch applies to each. Also reorders the recommendation: MCP tools first for the per-turn loop, nmem CLI for anything beyond that -- not "prefer nmem over MCP" in general, which the first wording could be misread as. nowledge-mem-gemini-cli already had a "Direct nmem Use Is Always Allowed" section; extended it in place (commits d2984d4, a838134 on nowledge-co/nowledge-mem-gemini-cli#5) rather than adding a duplicate section, and bumped this submodule's pointer to pick it up.
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.
Extends the existing "Direct
nmemUse Is Always Allowed" section with an explicit recommendation to reach fornmemdirectly for graph/relationship queries (nmem graph expand,nmem graph evolves), which aren't in the default per-turn MCP tool set. Companion to the same note added across other plugins in nowledge-co/community.