Skip to content
Grok

orchestraprime for Grok

io.github.orchestraprime/orchestraprime

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

client:Grok transport:stdio runtime:npm

Install orchestraprime in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

orchestraprime in other clients