loading…
Search for a command to run...
loading…
Provides covenant rule enforcement, hash-chained audit logs, and integrity verification for MCP-compatible agents. It enables users to define granular permissio
Provides covenant rule enforcement, hash-chained audit logs, and integrity verification for MCP-compatible agents. It enables users to define granular permission rules and maintain a tamper-evident audit trail of all actions.
Nobulex MCP compliance server — covenant rule checking, hash-chained audit logs, and integrity verification for any MCP-compatible agent.
| Tool | Description |
|---|---|
set_rules |
Set covenant rules using permit/forbid/require syntax |
check_action |
Check if an action is allowed or blocked by current rules |
get_audit_log |
Return the full hash-chained audit trail |
verify_log |
Verify integrity of the audit chain (detect tampering) |
forbid delete_user Users cannot be deleted
permit read_data Safe to read
require approval Must get approval first
forbid admin.* All admin actions blocked
forbid * Lockdown mode
Rules are evaluated in order — first match wins. Unmatched actions are allowed by default.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"nobulex": {
"command": "npx",
"args": ["-y", "@nobulex/mcp-server"]
}
}
}
Config file locations:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd to your Cursor MCP settings:
{
"mcpServers": {
"nobulex": {
"command": "npx",
"args": ["-y", "@nobulex/mcp-server"]
}
}
}
The server uses stdio transport. Run it with:
npx @nobulex/mcp-server
npm install
npm run build
npm test
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"nobulex-mcp-compliance-server": {
"command": "npx",
"args": []
}
}
}