Nobulex — Proof-of-Behavior Compliance Server
@arian-gogani
About Nobulex — Proof-of-Behavior Compliance Server
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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nobulex": {
"command": "npx",
"args": [
"@nobulex/mcp-server"
]
}
}
}Tools
4Set covenant rules using permit/forbid/require syntax. Each rule is a string like 'forbid delete_user' or 'permit read_data safe to read'.
Check whether an action is allowed or blocked by the current covenant rules.
Returns the full hash-chained audit trail of all compliance checks.
Independently verify the integrity of the hash-chained audit log. Detects any tampering.
Overview
What is Nobulex — Proof-of-Behavior Compliance Server?
A compliance server for AI agents that enforces behavior policies before execution, creates tamper-evident audit trails using hash-chaining (SHA-256 + Ed25519), and uses the covenant policy language to define allowed actions. It targets compliance with the EU AI Act Article 12 and enables independent third-party audits.
How to use Nobulex — Proof-of-Behavior Compliance Server?
Install via npm install @nobulex/mcp-server and configure it with a supported client such as Claude Desktop, Cursor, or VS Code. Declare agent policies using the covenant policy language to specify which actions are permitted or forbidden.
Key features of Nobulex — Proof-of-Behavior Compliance Server
- Pre‑execution enforcement blocks forbidden actions before they run
- Hash‑chained, tamper‑evident audit trails (SHA‑256 + Ed25519)
- Covenant policy language for declaring agent permissions
- EU AI Act Article 12 ready
- Independently verifiable by any third party
Use cases of Nobulex — Proof-of-Behavior Compliance Server
- Enforcing safety policies on AI agents in enterprise software
- Generating tamper‑proof audit logs for regulatory compliance
- Integrating with AI coding assistants like Cursor and VS Code
- Auditing agent behavior in multi‑stakeholder or decentralised environments
FAQ from Nobulex — Proof-of-Behavior Compliance Server
What does “pre‑execution enforcement” mean?
Forbidden actions are blocked before the agent runs them, rather than being logged afterward.
How are audit trails made tamper‑evident?
They use hash chaining with SHA‑256 and Ed25519 signatures, and any third party can verify the chain independently.
Which clients are supported?
The server works with Claude Desktop, Cursor, and VS Code.
What is the
Frequently asked questions
What does “pre‑execution enforcement” mean?
Forbidden actions are blocked before the agent runs them, rather than being logged afterward.
How are audit trails made tamper‑evident?
They use hash chaining with SHA‑256 and Ed25519 signatures, and any third party can verify the chain independently.
Which clients are supported?
The server works with Claude Desktop, Cursor, and VS Code.
Basic information
More Developer Tools MCP servers

Raccha AI
Shree MandadiMCP-first toolbox for agents: namespaced key-value storage, a FIFO queue, auth, and a handful of stateless utility tools (JWT decode, hashing, cert inspection, CIDR math). Free while in early access. This repository is a
extentos
Asger mølgaardExtentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses:

Skilder.ai
skilder.aiRun skills and MCP tools like production software: versioned, composed into roles, distributed to every agent from one governed library.

Foremerge
naw103Catch intent conflicts before code conflicts. The open-source coordination protocol for coding agents, built above Git.

SSH MCP Server
hypnosisSSH MCP server for AI agents: remote commands, file transfer, log search and server audits through OpenSSH.
Comments