Https://github.com/kzino/vorim Mcp Server
@Kzino
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vorim-mcp-server": {
"command": "npx",
"args": [
"@vorim/mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
版本控制 分类下的更多 MCP 服务器
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.
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Gerrit Review MCP Server
cayirtepeomerThis MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
评论