Skip to content
VS Code

orchestraprime for VS Code

io.github.orchestraprime/orchestraprime

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

client:VS Code transport:stdio runtime:npm

Install orchestraprime in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

orchestraprime in other clients