Skip to main content
The Help Genie MCP server exposes your team’s coding standards to MCP-compatible AI tools like Claude Code and Codex CLI. Once installed, your AI assistant can pull the right conventions directly during development — without you having to repeat them. Endpoint: https://mcp.helpgenie.ai/api/mcp Run the setup script in your project root:
This registers the server with Claude Code and/or Codex CLI, and automatically adds usage instructions to your project’s CLAUDE.md / AGENTS.md.

Manual setup

For other MCP-compatible clients, see the Model Context Protocol docs.
Installing the server alone does not guarantee your AI agent will call it. After setup, add an instruction to your project’s CLAUDE.md (or ~/.claude/CLAUDE.md) telling the agent to use the MCP server during development. The automated setup above handles this for you.