Https://github.com/kzino/vorim Mcp Server
@Kzino
About Https://github.com/kzino/vorim Mcp Server
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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vorim-mcp-server": {
"command": "npx",
"args": [
"@vorim/mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Version Control MCP servers
Github Mcp Server
githubGitHub's official MCP Server

Github
modelcontextprotocolModel Context Protocol Servers
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Comments