Catalog
Sunaiva Gate — Agent Rule Enforcement
Officialby sunaivacore
MCP enforcement layer that intercepts AI agent actions and blocks rule violations before execution.
MCP enforcement layer that intercepts AI agent actions and blocks rule violations before execution.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
SUNAIVA_GATE_API_KEYsecretPro-tier API key for premium rules. Free tier (31 constitutional rules) needs no key.
SUNAIVA_GATE_DRY_RUNSet to '1' to evaluate without blocking — writes 'would_have_blocked' to audit log.
DISABLE_SUNAIVA_GATEEmergency kill-switch: set to '1' to allow all actions unconditionally.
claude_desktop_config.json
{
"mcpServers": {
"gate": {
"command": "npx",
"args": [
"-y",
"@sunaiva/gate@2.0.2"
],
"env": {
"SUNAIVA_GATE_API_KEY": "<YOUR_SUNAIVA_GATE_API_KEY>",
"SUNAIVA_GATE_DRY_RUN": "<YOUR_SUNAIVA_GATE_DRY_RUN>",
"DISABLE_SUNAIVA_GATE": "<YOUR_DISABLE_SUNAIVA_GATE>"
}
}
}
}