Https://github.com/kzino/vorim Mcp Server

by Kzino

190 downloads
Not rated
GitHub

About

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

Details

Author
Kzino
Downloads
190
Categories
Other, Developer Tools

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Https://github.com/kzino/vorim Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install and run using npx: npx @vorim/mcp-server. Integrate with LangChain, OpenAI, CrewAI, or Stripe ACP. Tools are invoked via MCP protocol client.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "https://github.com/kzino/vorim mcp server": {
            "vorim-mcp-server": {
                "command": "npx",
                "args": [
                    "@vorim/mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "vorim-mcp-server": {
        "command": "npx",
        "args": [
            "@vorim/mcp-server"
        ]
    }
}

Vorim AI is the identity and trust layer for autonomous AI agents. It gives each agent its own Ed25519 keypair, time-bounded scoped permissions, hash-linked audit events, and a publicly verifiable trust score — so when an agent does something, you can prove who acted, what they were allowed to do, and what happened.

The protocol underneath (VAIP) is open, MIT-licensed, and submitted to IETF asdraft-nyantakyi-vaip-agent-identity-01.

This package is theMCP (Model Context Protocol) serverthat exposes 19 Vorim tools to any MCP-compatible AI client.

Works withClaude Desktop,Cursor,VS Code,Google Antigravity, and any other MCP client.

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.jsonin 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.

Add to the workspace config at.agents/mcp_config.json, or the global config at~/.gemini/config/mcp_config.json:

{ "mcpServers": { "vorim": { "command": "npx", "args": ["@vorim/mcp-server"], "env": { "VORIM_API_KEY": "agid_sk_live_..." } } } }

You can also add it from the UI: Settings → Customizations → Installed MCP Servers → Add MCP.
- Sign up atvorim.ai(free, no credit card)
- Go toSettings > API Keys
- Create a key withagents:,audit:,trust:scopes

Once configured, use natural language in Claude, Cursor, or any MCP client:

- "Register an agent called invoice-processor with read and execute permissions"
-
"Check if agent agid_acme_a1b2 has permission to execute"
-
"Log a tool_call event for the agent: action=process_invoice, result=success"
-
"What's the trust score for agent agid_acme_a1b2?"
-
"Export the audit trail for the last 30 days"
-
"Delegate my GitHub OAuth token to this agent for 24 hours"
-
"Revoke agent agid_acme_a1b2"*

- Cryptographic identity— Ed25519 keypairs for every agent. Not a shared service account.
- Fine-grained permissions— 7 scopes with time bounds and rate limits, sub-5ms checks.
- Tamper-evident audit trails— SHA-256 hash-linked events, signed export bundles for compliance.
- Public trust scoring— anyone can verify any agent without auth (no shared secrets).
- Open protocol— VAIP submitted to IETF, MIT-licensed, freely implementable.
- Compliance-ready— EU AI Act, US Executive Order 14110, SOC 2, GDPR.

- Platform:vorim.ai
- API Docs:
vorim.ai/docs
- Protocol Spec (VAIP):
github.com/Vorim-AI-Labs/vorim-protocol
- TypeScript SDK:
@vorim/sdk on npm
- Python SDK:
vorim on PyPI
- OpenClaw Skill:
Vorim-AI-Labs/vorim-openclaw-skill
- Agent Discovery:
vorim.ai/.well-known/agent.json

Built byVorim AI. Questions or feedback:kwame@vorim.ai.

Chia Health MCP Server — Patient workflow integration for a licensed US telehealth platform. Browse GLP-1 medications (semaglutide, tirzepatide), peptide therapies (sermorelin, NAD+, glutathione), and longevity treatments. Check eligibility, complete intake, sign consents, and manage treatment plans. 30 tools, HIPAA-compliant. All prescriptions evaluated by licensed US healthcare providers and delivered from FDA-regulated pharmacies across 50 states + DC.

Broker + MCP server for last-bidder-wins games on Solana — agents register, auto-fund a Privy wallet, and bid via streamable HTTP

AI-powered no-code app builder with 17 MCP tools — create projects, generate pages from natural language, AI text/image generation (GPT, Claude, Gemini, 14+ models), page CRUD, workflow execution, publish & version control. SSE transport, API key auth.

An mcp server for your food ordering needs.

Agent-to-Agent handoff certification for multi-agent systems — validates context preservation, verifies agent capabilities before handoff, logs transfer chains, and ensures no data loss in agent orchestration.

Unified MCP & skill management gateway with progressive disclosure. Manages multiple MCP servers as Agent Apps, loading tool schemas on demand for 99% context token savings. Shared across Claude Code, Codex, OpenCode and more.

A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.

Open-souSecurely feeds real security refreshed rules into Cursor, Claude Code, and Windsurf — zero config, no API key.

Health intelligence MCP — access biomarkers, biological age, and personalized longevity action plans from your Aniva profile.

Real-time stock heatmaps and investment tools delivered as interactive React components.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.