ChatGPT

MCP Integration

ChatGPT

Connect Noru in ChatGPT developer mode to answer control, risk, and evidence questions with up-to-date org data.

What you can build

  • A compliance copilot for leadership status checks
  • An evidence triage assistant for weekly operations
  • A policy review assistant with change context
  • An audit prep assistant for package readiness

Setup steps

  1. 1Enable ChatGPT developer mode in Apps advanced settings.
  2. 2Generate a Noru API key in Settings -> Developer.
  3. 3Create a new MCP app with the config above.
  4. 4Start prompting ChatGPT against Noru tools.

Requirements

  • ChatGPT plan with developer mode support
  • Developer mode enabled in Settings -> Apps -> Advanced settings

Create an MCP app in ChatGPT using mcp-remote and a bearer auth header.

Developer mode MCP appjson
{  "mcpServers": {    "noru": {      "command": "npx",      "args": [        "-y",        "mcp-remote@latest",        "https://api.noru.tech/v1/mcp",        "--header",        "Authorization:${AUTH_HEADER}"      ],      "env": {        "AUTH_HEADER": "Bearer YOUR_API_KEY"      }    }  }}

Ready to connect ChatGPT?

Generate an API key in Noru, apply the configuration above, and start querying your live compliance program through MCP.