Skip to content
Claude Desktop

Shrike for Claude Desktop

io.github.shrike-security/shrike-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install Shrike in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "shrike-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shrike-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Shrike in other clients