Consent Vault
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Consent VaultWhat's the consent status and local risk assessment for this request?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Consent Vault
Consent Vault is authorization middleware for AI agents using private data. It combines Aleo private consent records, independent subject and agent accounts, encrypted vault binding, a real local model, MCP integration, persistent policy storage, expiry, and revocation.
Links
Repository: https://github.com/SU-AN-coder/private-ai-consent-vault
Live demo: https://private-ai-consent-vault.vercel.app
Related MCP server: Agent Identity MCP Server
Current proof
Stateful Aleo testnet
The primary program is consent_state_0725b.aleo, deployed in accepted
transaction
at1sq0hacrpuc34meyj3lw7fvgvquek87ya6wsxp3gygtgstpxsncxq86k9gu.
It stores canonical consent status, expiry, approved request nullifiers, and
revocation hashes in Aleo mappings.
The current independent subject/agent stateful chain includes:
create_consent:at14hcnrudnw28evqr4aa9qfdzlwq85x6lt7pn0d5qvv7rpll659cxq0gyhmjapprove_request:at14tj8c7kl63j2q3smeq4f943qmzatf5e6s8q89ergpvl5g4jf2y8q9dg6svseparate revoked consent
create_consent:at1ld9e7uysmjpyp446p242qmhggr48f8cu6zlkx3qm9unjp8wg2y8qymlnjwrevoke_with_notice:at1hpzqtw6zyhqee4h4jc5mue83t0lkjv7kaf22gy6n9ef5ng0ngqqspqzfre
The six accepted mapping checks prove active status and expiry, a consumed
request nullifier, revoked status and expiry, and the exact revocation hash. The
independent agent decrypts and validates the agent-owned AccessGrant; MCP then
checks the live mappings before vault decryption. An additional agent-signed,
subject-fee-sponsored
prove_grant_live transaction is opt-in with
CONSENT_RUN_SPONSORED_GRANT_PROOF=true because it is not required for the
mapping authorization path.
Run or resume the full active plus revoked mapping lifecycle:
npm run testnet:consent:stateful-chain
npm run testnet:verify-stateful-evidenceThe earlier private-record chain on consent_vault_0709.aleo remains accepted
legacy evidence:
create_consent:at12l7a7atfjs8c3n06h479pquvdn74723ylv62e4alklcg6c70esgslh5j67approve_request:at15j705he025urctszcnf9zaux9ry8w8vfrykspfw3eg3h6ap2cvyswphejdrevoke_with_notice:at15pq9pq22dz5vq4xf4332a2sqw6e3ywljypzkzekgqfqyykql0gzqfn4w04publish_revocation:at1wrywa0zgxprc2zutx583l5pcqwm5ccszq6rqsjr65ppl2tff858ssqxv8d
The independent agent decrypted its own AccessGrant and verified its owner,
subject, agent, receipt commitment, and request hash.
Local private inference
Real model:
onnx-community/Qwen2.5-0.5B-InstructPinned revision:
cc5cc01a65cc3ff17bdb73a7de33d879f62599b0Runtime: Transformers.js, CPU, q8
Remote model loading disabled
Local files only
Fetch guard installed before model loading
Observed network calls during inference:
0Raw context forwarded externally:
falseThree-scenario quality gate:
3/3passedAverage inference:
2201 ms; maximum:2390 msModel role: rationale only; deterministic payment control owns severity and action
Off-topic or unsafe model text is retried once, then withheld
MCP and persistent security
Stable
@modelcontextprotocol/sdkover real stdio client/serverTools:
consent_vault_policy_statusandconsent_vault_local_risk_assessmentLive Aleo create, approve, status, expiry, and request-nullifier checks before vault decryption
Local Poseidon8 consent-id and Poseidon4 request-nullifier recomputation binds the signed audit bundle to the exact on-chain authorization
Stable
sql.jsWASM SQLite registry with atomic snapshot persistence and append-only hash-chain auditCross-platform system keyring through
@napi-rs/keyring: Windows Credential Manager, macOS Keychain, or Linux Secret ServiceExplicit scrypt passphrase backend for headless deployments
One-time migration of legacy Windows DPAPI envelopes into the system keyring
AES-256-GCM encryption for vault passphrases
Policy and secret recovery verified after two MCP server processes
Wrong-passphrase, ciphertext, audit tamper, and legacy migration tests pass
No
node:sqliteruntime or experimental warning
Commands
From this repository root:
npm install
npm run model:prepare
npm run model:quality:verify
npm run keyring:verify
npm test
npm run build
npm run mcp:serveRun the MCP server directly after configuring its database, protected-key, and model-cache paths:
npm run mcp:serveThe external provider path remains available only for an explicitly approved disclosure workflow:
npm run agent:authorizedIt is not the primary private-inference claim.
Evidence
docs/evidence/independent-subject-agent-testnet-chain.jsondocs/evidence/stateful-consent-deployment.jsondocs/evidence/stateful-consent-testnet-chain.jsondocs/evidence/local-private-inference.jsondocs/evidence/local-model-quality.jsondocs/evidence/mcp-local-private-inference.jsondocs/evidence/system-keyring.jsondocs/evidence/deepseek-authorized-context.json
No evidence file contains private keys, vault passphrases, vault ciphertexts, private record plaintext, or private input context.
Security boundary
The completed proof uses Aleo testnet, a local CPU model, stable SQLite, and an OS keyring. The current machine verifies Windows Credential Manager; the native keyring library also implements macOS Keychain and Linux Secret Service. Mainnet deployment, secure-enclave inference, cloud KMS/HSM integration, organization-wide policy administration, and hosted enterprise vaults are not claimed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn MCP server that enforces runtime authorization for tool calls using Stage0 policy validation, preventing AI agents from executing unauthorized actions before they happen.6MIT
- Alicense-qualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT
- Alicense-qualityCmaintenanceAn MCP server that enforces runtime governance on AI agent actions — file access, command execution, delegation chains, and permission escalation.MIT

@vorionsys/mcp-serverofficial
AlicenseAqualityBmaintenanceMCP server for AI-agent governance using trust scoring, behavioral signals, and pre-flight action checks.10381Apache 2.0
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server teaching AI agents to implement TideCloak: auth, E2EE, IGA, security analysis
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SU-AN-coder/private-ai-consent-vault'
If you have feedback or need assistance with the MCP directory API, please join our Discord server