Raycast

MCP Integration

Raycast

Use Raycast AI with Noru MCP to check control health, open risks, and policy tasks without switching apps.

What you can do in Raycast

  • "Show the highest-risk open findings"
  • "List controls failing evidence checks"
  • "What is blocked for this audit package?"
  • "Create a remediation action for policy drift"

Setup steps

  1. 1Open Raycast and run Install Server.
  2. 2Paste the config above and save the Noru server.
  3. 3Set AUTH_HEADER to Bearer YOUR_API_KEY.
  4. 4Use @noru in Raycast AI to query your workspace.

Requirements

  • Raycast with MCP server support
  • A Noru API key with read/write scopes as needed

Use Raycast Install Server and add Noru with stdio bridge config.

Manual setupjson
{  "name": "noru",  "type": "stdio",  "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 Raycast?

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