HelpGenie

hg-standards-mcp

An MCP (Model Context Protocol) server sharing team coding rules, patterns, and standards with MCP clients like Claude Code and Codex.

Endpoint

https://mcp.helpgenie.ai/api/mcp

Automated setup (recommended)

npx hg-standards-mcp-setup

Registers the server with Claude Code and/or Codex CLI, and adds the usage instructions below to your project's CLAUDE.md / AGENTS.md automatically.

Claude Code (manual)

claude mcp add --transport http hg-standards https://mcp.helpgenie.ai/api/mcp

Codex CLI (manual)

[mcp_servers.hg-standards]
url = "https://mcp.helpgenie.ai/api/mcp"

See the Model Context Protocol docs for client configuration on other tools.

Note: once this MCP server is installed in a project, also add an instruction to that project's CLAUDE.md (or your local ~/.claude/CLAUDE.md) telling the agent to actually use it during development — installing the server alone does not guarantee the agent will call it. The automated setup above does this for you.