Skip to content
Cursor

orchestraprime for Cursor

io.github.orchestraprime/orchestraprime

Regulatory intelligence (FDA, ICH, EMA) and sanctions screening (OFAC, EU, UK) for Claude

client:Cursor transport:stdio runtime:npm

Install orchestraprime in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "orchestraprime": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@orchestraprime/mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

orchestraprime in other clients