Skip to content
VS Code

Shrike for VS Code

io.github.shrike-security/shrike-mcp

Governs what AI agents do: tool calls, SQL, commands, files checked against policy before they run.

client:VS Code transport:stdio runtime:npm

Install Shrike in VS Code

.vscode/mcp.json

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

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

Shrike in other clients