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. Its 19 documented tools cover vorim, agent, permission, register.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-13 · ★ 34 · #185 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Vorim MCP Server

before you install - you'll need

VORIM_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add kzino-vorim-mcp-server -- npx -y @vorim/mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @vorim/mcp-server - the @vorim scope differs from the repo owner (kzino); confirm it's the project's official package

registry namespace io.github.Kzino is GitHub-verified and matches the repo owner

03 · What Vorim MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get agent details by ID, list all agents with pagination and filtering, update agent metadata (name, description, status), and check if agent has a permission scope (sub-5ms).

Capability map

Tools grouped from the project's README - what Vorim MCP Server lets an agent do.

Vorim

13 tools - e.g. Check API health and connectivity; Register a new agent with Ed25519 cryptographic identity; Register a did:key ephemeral agent with TTL

vorim_ping · vorim_register_agent · vorim_register_ephemeral · vorim_get_agent · vorim_list_agents · vorim_update_agent…

auth & access

6 tools - e.g. Check if agent has a permission scope (sub-5ms); Grant a permission with optional expiry and rate limits; List all active permissions for an agent

vorim_check_permission · vorim_grant_permission · vorim_list_permissions · vorim_revoke_permission · vorim_delegate_credential · vorim_request_token

04 · Who maintains Vorim MCP Server

vorim-mcp-server is maintained by kzino. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #185 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.Kzino/vorim-mcp-server (active, first published 2026-04-17)
packages
npm:@vorim/mcp-server

06 · Vorim MCP Server FAQ

Is Vorim MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-13. We re-verify nightly.

What can Vorim MCP Server do?

With this server connected, an agent can get agent details by ID, list all agents with pagination and filtering, update agent metadata (name, description, status), and check if agent has a permission scope (sub-5ms).

How do I install Vorim MCP Server?

Run `npx -y @vorim/mcp-server`. The README documents one environment variable (VORIM_API_KEY) to set first. You can also paste the ready-made client config above.

Does Vorim MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Vorim MCP Server

More MCP servers to compare · New Caledonia · PoetryDB MCP Server · Sophon · Xcodemcp · Mathematica MCP

More JavaScript MCP servers · Tijori Finance · Livewire Flux MCP · Tap · Nervous System · Leximo AI Call Assistant MCP Server · see all