Server data from the Official MCP Registry
AI agent identity, permissions, trust scores, and tamper-evident audit trails via Vorim AI
AI agent identity, permissions, trust scores, and tamper-evident audit trails via Vorim AI
Valid MCP server (3 strong, 5 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry.
5 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: VORIM_API_KEY
Environment variable: VORIM_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-kzino-vorim-mcp-server": {
"env": {
"VORIM_API_KEY": "your-vorim-api-key-here",
"VORIM_BASE_URL": "your-vorim-base-url-here"
},
"args": [
"-y",
"@vorim/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP (Model Context Protocol) server for Vorim AI — the identity and trust layer for AI agents. Exposes 13 tools for agent registration, permission checks, audit logging, and trust verification.
Works with Claude Desktop, Cursor, VS Code, and any MCP-compatible AI client.
npm install -g @vorim/mcp-server
Or run directly with npx:
VORIM_API_KEY=agid_sk_live_... npx @vorim/mcp-server
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"vorim": {
"command": "npx",
"args": ["@vorim/mcp-server"],
"env": {
"VORIM_API_KEY": "agid_sk_live_..."
}
}
}
}
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"vorim": {
"command": "npx",
"args": ["@vorim/mcp-server"],
"env": {
"VORIM_API_KEY": "agid_sk_live_..."
}
}
}
}
Add to your VS Code MCP settings with the same format.
agents:*, audit:*, trust:* scopes| Tool | Description |
|---|---|
vorim_ping | Check API health and connectivity |
| Tool | Description |
|---|---|
vorim_register_agent | Register a new agent with Ed25519 cryptographic identity |
vorim_get_agent | Get agent details by ID |
vorim_list_agents | List all agents with pagination and filtering |
vorim_update_agent | Update agent metadata (name, description, status) |
vorim_revoke_agent | Permanently revoke an agent |
| Tool | Description |
|---|---|
vorim_check_permission | Check if agent has a permission scope (sub-5ms) |
vorim_grant_permission | Grant a permission with optional expiry and rate limits |
vorim_list_permissions | List all active permissions for an agent |
vorim_revoke_permission | Revoke a specific permission scope |
| Tool | Description |
|---|---|
vorim_emit_event | Log an audit event for an agent action |
vorim_export_audit | Export signed audit bundle with SHA-256 manifest |
| Tool | Description |
|---|---|
vorim_verify_trust | Verify agent trust score (public, no auth required) |
Once configured, use natural language in Claude, Cursor, or any MCP client:
| Variable | Required | Default | Description |
|---|---|---|---|
VORIM_API_KEY | Yes | — | Your Vorim API key (agid_sk_live_...) |
VORIM_BASE_URL | No | https://api.vorim.ai | API base URL (override for self-hosted) |
Vorim AI provides the identity and trust layer for autonomous AI agents:
MIT — see LICENSE for details.
Built by Vorim AI
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.