Vorim AI — Agent Identity & Trust
Vorim AI — MCP 服务器
为每个 AI 代理提供其专属的加密身份、范围权限和防篡改审计追踪 — 直接从 Claude Desktop、Cursor 或任何兼容 MCP 的客户端使用。
什么是 Vorim AI?
Vorim AI 是自主 AI 代理的身份与信任层。它为每个代理提供专属的 Ed25519 密钥对、有时限的范围权限、哈希链接的审计事件以及可公开验证的信任评分 — 因此当代理执行操作时,你可以证明是谁在操作、他们被允许做什么以及发生了什么。
底层的协议 (VAIP) 是开放的,采用 MIT 许可,并已作为 draft-nyantakyi-vaip-agent-identity-01 提交给 IETF。
此包是 MCP (Model Context Protocol) 服务器,它向任何兼容 MCP 的 AI 客户端公开 17 个 Vorim 工具。
支持 Claude Desktop、Cursor、VS Code 以及任何其他 MCP 客户端。
Related MCP server: aip-identity
快速开始
npm install -g @vorim/mcp-server或者直接使用 npx 运行:
VORIM_API_KEY=agid_sk_live_... npx @vorim/mcp-server配置
Claude Desktop
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"vorim": {
"command": "npx",
"args": ["@vorim/mcp-server"],
"env": {
"VORIM_API_KEY": "agid_sk_live_..."
}
}
}
}Cursor
添加到项目根目录的 .cursor/mcp.json 中:
{
"mcpServers": {
"vorim": {
"command": "npx",
"args": ["@vorim/mcp-server"],
"env": {
"VORIM_API_KEY": "agid_sk_live_..."
}
}
}
}VS Code
使用相同的格式添加到你的 VS Code MCP 设置中。
获取 API 密钥
在 vorim.ai 注册(免费,无需信用卡)
前往 Settings > API Keys
创建一个具有
agents:*、audit:*、trust:*范围的密钥
可用工具 (17)
健康检查
工具 | 描述 |
| 检查 API 健康状况和连通性 |
代理身份
工具 | 描述 |
| 使用 Ed25519 加密身份注册新代理 |
| 注册一个带有 TTL 的 |
| 通过 ID 获取代理详情 |
| 列出所有代理(支持分页和过滤) |
| 更新代理元数据(名称、描述、状态) |
| 永久撤销代理 |
权限
工具 | 描述 |
| 检查代理是否具有权限范围(亚 5 毫秒级) |
| 授予权限(可选过期时间和速率限制) |
| 列出代理的所有活动权限 |
| 撤销特定的权限范围 |
凭证委托
工具 | 描述 |
| 将 OAuth 凭证委托给代理 |
| 代理请求短期访问令牌 |
| 列出活动的凭证委托 |
审计
工具 | 描述 |
| 记录代理操作的审计事件 |
| 导出带有 SHA-256 清单的签名审计包 |
信任
工具 | 描述 |
| 验证代理信任评分(公开,无需身份验证) |
使用示例
配置完成后,在 Claude、Cursor 或任何 MCP 客户端中使用自然语言:
"注册一个名为 invoice-processor 的代理,并赋予读取和执行权限"
"检查代理 agid_acme_a1b2 是否有执行权限"
"为该代理记录一个 tool_call 事件:action=process_invoice, result=success"
"代理 agid_acme_a1b2 的信任评分是多少?"
"导出过去 30 天的审计追踪"
"将我的 GitHub OAuth 令牌委托给该代理 24 小时"
"撤销代理 agid_acme_a1b2"
为什么使用 Vorim AI
加密身份 — 每个代理都有 Ed25519 密钥对。不是共享的服务账户。
细粒度权限 — 7 种范围,带有时间限制和速率限制,检查速度低于 5 毫秒。
防篡改审计追踪 — SHA-256 哈希链接事件,用于合规性的签名导出包。
公共信任评分 — 任何人无需身份验证即可验证任何代理(无共享密钥)。
开放协议 — VAIP 已提交至 IETF,采用 MIT 许可,可自由实现。
合规就绪 — 符合欧盟 AI 法案、美国第 14110 号行政命令、SOC 2、GDPR。
环境变量
变量 | 必需 | 默认值 | 描述 |
| 是 | — | 你的 Vorim API 密钥 ( |
| 否 |
| API 基础 URL(自托管时覆盖) |
链接
平台: vorim.ai
API 文档: vorim.ai/docs
协议规范 (VAIP): github.com/Kzino/vorim-protocol
TypeScript SDK: npm 上的 @vorim/sdk
Python SDK: PyPI 上的 vorim
OpenClaw 技能: Kzino/vorim-openclaw-skill
许可
MIT — 详情请参阅 LICENSE。
由 Vorim AI 构建。问题或反馈:kwame@vorim.ai。
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
- AlicenseCqualityAmaintenanceCryptographic identity and trust protocol for AI agents. 38 MCP tools across 8 protocol layers: Ed25519 identity, delegation chains, values compliance, signed communication, policy engine, task coordination, cross-layer integration, and agentic commerce. 264 tests passing.1003111Apache 2.0
- AlicenseAqualityDmaintenanceMCP server for AI agent identity — verify agents with Ed25519 signatures, check trust scores, sign and verify content, exchange encrypted messages. Built on the Agent Identity Protocol (AIP).8MIT
- AlicenseAqualityDmaintenanceTrust intelligence MCP server for AI agents. 19 tools for identity stamps, reputation scoring (0-100), agent registry, forensic audit trails, ERC-8004 bridge, and A2A passports via x402 USDC micropayments.191Apache 2.0
- AlicenseAqualityCmaintenanceCryptographic accountability for AI agents. Ed25519-signed receipts for every MCP tool call. Constraints, chains, AI judgment, invoicing, and local dashboard included.2481MIT
Related MCP Connectors
MCP-native Trust Infrastructure for AI Agents. Persistent encrypted memory with Trust Quotient.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Artifact store for AI agents. Hosted OAuth at mcp.artifacta.io/mcp; local stdio via npm/PyPI.
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/Vorim-AI-Labs/vorim-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server