Skip to content

Session convention delivery · documentation

Give a fresh Claude Code session one versioned convention card.

Use the MCP server when you want the card available to a selected Claude Code scope without changing a project file. Use the Bash path only when a project explicitly reads CLAUDE.md.

Start by checking the released command is available.

$ uvx --from hermes-prime-mcp==0.2.1a2 hermes-prime-mcp
$ claude mcp add --scope local hermes-prime -- uvx --from hermes-prime-mcp==0.2.1a2 hermes-prime-mcp
claude mcp list

Expected result. The local-scope server is listed as Connected. In that project, ask the host to call get_conventions; it returns the versioned card over stdio.

Registration makes the convention card available. It does not prove that a model reads or follows it. The source checkout's Bash injector is a separate, marker-anchored snapshot path.

Continue with the canonical repository reference; this route follows the published source and does not replace it.