Shrike for Cursor
io.github.shrike-security/shrike-mcp
Governs what AI agents do: tool calls, SQL, commands, files checked against policy before they run.
client:Cursor
transport:stdio
runtime:npm
Install Shrike in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shrike-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shrike-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs