Https://github.com/kzino/vorim Mcp Server
@Kzino
AI agent identity, permissions, trust scores, and tamper-evident audit trails. 17 MCP tools: register agents (Ed25519 keypairs), check permissions (sub-5ms), emit audit events, verify trust scores (0-100), delegate credentials, ephemeral agents. IETF Internet-Draft filed. Works w
概览
What is vorim Mcp Server?
vorim Mcp Server provides AI agent identity, permissions, trust scores, and tamper-evident audit trails. It offers 17 MCP tools for managing agent credentials, checking permissions, emitting audit events, verifying trust scores, delegating credentials, and creating ephemeral agents.
How to use vorim Mcp Server?
Install and run using npx: npx @vorim/mcp-server. Integrate with LangChain, OpenAI, CrewAI, or Stripe ACP. Tools are invoked via MCP protocol client.
Key features of vorim Mcp Server
- Register agents with Ed25519 keypairs
- Check permissions in under 5 milliseconds
- Emit tamper-evident audit events
- Verify trust scores on a 0–100 scale
- Delegate credentials between agents
- Create ephemeral, short-lived agents
Use cases of vorim Mcp Server
- Grant and verify AI agent permissions in real time
- Maintain an immutable audit trail of agent actions
- Assign trust scores to agents based on behavior history
- Enable delegated access for multi-agent workflows
FAQ from vorim Mcp Server
How do I install vorim Mcp Server?
Run npx @vorim/mcp-server in your terminal. No additional runtime dependencies are required beyond Node.js.
What authentication does vorim use?
Agents are registered using Ed25519 keypairs. Credentials can be delegated and trust scores are cryptographically verifiable.
Which AI frameworks are compatible?
vorim works with LangChain, OpenAI, CrewAI, and Stripe ACP out of the box.
Is there a formal specification?
Yes, an IETF Internet-Draft has been filed for the underlying protocol.
What is the performance of permission checks?
Permission checks complete in under 5 milliseconds under normal conditions.