Cursor icon

MCP Integration

Cursor

Ask Noru about stale evidence, failing controls, and audit readiness while you ship code in Cursor.

What you can do in Cursor

  • "Show controls that are overdue this week"
  • "List evidence expiring in the next 7 days"
  • "Summarize open remediation work by owner"
  • "What changed in access controls today?"

Setup steps

  1. 1Open Cursor Settings and go to MCP Servers.
  2. 2Add a new server with URL https://api.noru.tech/v1/mcp.
  3. 3Set Authorization header to Bearer YOUR_API_KEY.
  4. 4Restart Cursor and @mention Noru in chat.

Requirements

  • Cursor with MCP support enabled
  • A Noru API key with the scopes your team needs

Add Noru as an MCP server in Cursor settings using HTTP + bearer auth.

Manual setupjson
{  "mcpServers": {    "noru": {      "url": "https://api.noru.tech/v1/mcp",      "headers": {        "Authorization": "Bearer YOUR_API_KEY"      }    }  }}

Ready to connect Cursor?

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