hg-standards-mcp-setup
v1.1.5
Published
Sets up the hg-standards MCP server in Claude Code and/or Codex CLI, and adds usage instructions to CLAUDE.md / AGENTS.md
Readme
hg-standards-mcp-setup
One-shot setup for the hg-standards MCP server in a project.
Run from your project root:
npx hg-standards-mcp-setupThis will:
- Register the server with Claude Code (
claude mcp add --transport http hg-standards https://mcp.helpgenie.ai/api/mcp), if theclaudeCLI is onPATH. - Add a usage instruction block to
CLAUDE.mdandAGENTS.mdin the current directory (creating them if missing), telling the agent to use the MCP server's standards while developing.
Re-running the command updates the instruction block in place instead of duplicating it.
