docs: fix Hermes integration - use mcp_servers instead of skills config - #954
Open
richardiitse wants to merge 1 commit into
Open
docs: fix Hermes integration - use mcp_servers instead of skills config#954richardiitse wants to merge 1 commit into
richardiitse wants to merge 1 commit into
Conversation
richardiitse
requested review from
bensig,
igorls and
milla-jovovich
as code owners
April 16, 2026 17:30
Member
|
Thanks for the Hermes docs contribution. I reviewed this along with #1684 during the agent-support pass. The correction from
Happy to merge a refreshed Hermes guide once it is aligned with the current MCP surface and location conventions. |
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.
Summary
Fixes the Hermes Agent integration guide which documented an incorrect configuration approach.
Problem
The
HERMES_MEMPALACE_GUIDE.mddocumented askills:configuration method, but Hermes Agent only exposes tools via:The documented
skills:approach falls into category 2, meaning nomempalace_*tools would actually appear in the agent's tool list despite the skill being loaded.Solution
integrations/hermes/SKILL.md— MCP-based skill file in the Hermes-integrations pattern, documents all 33 available tools and usage protocolHERMES_MEMPALACE_GUIDE.md— replacesskills:config with correctmcp_servers:configuration, full tool reference, and practical usage examplesChanges
integrations/hermes/SKILL.md(new) — Hermes skill file for MCP-based integrationHERMES_MEMPALACE_GUIDE.md(rewritten) — corrected integration instructions + full tool referenceTesting
The fix was validated on a live Hermes + MemPalace installation:
mempalace_*tools are discovered and availableCloses #953