Skip to content
VS Code

global intel exchange for VS Code

io.github.joseph-ceo/global-intel-exchange

Real-time sanctions screening, CVE, and company registry checks for agents.

client:VS Code transport:stdio runtime:npm

Install global intel exchange in VS Code

.vscode/mcp.json

{
  "servers": {
    "global-intel-exchange": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "global-intel-exchange-mcp"
      ]
    }
  }
}

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

global intel exchange in other clients