Sunaiva Gate — Agent Rule Enforcement for Claude Desktop
io.sunaivacore/gate
MCP enforcement layer that intercepts AI agent actions and blocks rule violations before execution.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:16
Install Sunaiva Gate — Agent Rule Enforcement in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gate": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.sunaivacore.io"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs