MCP Server
MCP
Sunaiva Gate — Agent Rule Enforcement
MCP enforcement layer that intercepts AI agent actions and blocks rule violations before execution.
Install
npx -y @sunaiva/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.sunaivacore.io"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@sunaiva/gate",
"version": "2.0.4",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Pro-tier API key for premium rules. Free tier (35 local rules: 27 constitutional + 8 recommended-default) needs no key.",
"format": "string",
"isSecret": true,
"name": "SUNAIVA_GATE_API_KEY"
},
{
"description": "Set to '1' to evaluate without blocking — writes 'would_have_blocked' to audit log.",
"format": "string",
"name": "SUNAIVA_GATE_DRY_RUN"
},
{
"description": "Emergency kill-switch: set to '1' to allow all actions unconditionally.",
"format": "string",
"name": "DISABLE_SUNAIVA_GATE"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
Comments
Sign in to leave a comment