Odel
Shrike

Shrike

Local
@shrike-security1TypeScriptApache-2.0Updated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmshrike-mcpv4.0.2

Run

npx -y shrike-mcp

MCP client config

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