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"
MCP Integration
Use Raycast AI with Noru MCP to check control health, open risks, and policy tasks without switching apps.
What you can do in Raycast
Setup steps
Requirements
Use Raycast Install Server and add Noru with stdio bridge config.
{ "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" }}Generate an API key in Noru, apply the configuration above, and start querying your live compliance program through MCP.