Pre-execution enforcement and tamper-evident audit trails for AI agents. Hash-chained action logs, Ed25519 signatures, covenant policy language. EU AI Act Article 12 ready. Works with Claude Desktop, Cursor, VS Code.
Overview
npm install @nobulex/mcp-server
Proof-of-behavior compliance server for AI agents.
- Pre-execution enforcement — blocks forbidden actions before they run
- Hash-chained tamper-evident audit trails (SHA-256 + Ed25519)
- Covenant policy language — declare what agents can and can't do
- EU AI Act Article 12 ready
- Independently verifiable — any third party can audit
Works with Claude Desktop, Cursor, VS Code.
Server Config
{
"mcpServers": {
"nobulex": {
"command": "npx",
"args": [
"@nobulex/mcp-server"
]
}
}
}