
Vorim Mcp Server
Give coding agents Vorim-backed identity, scoped permissions, trust scores, and tamper-evident audit trails before you ship autonomous tooling.
Overview
Vorim MCP server is a Ship-phase MCP integration that binds AI agent identity, permissions, trust scores, and tamper-evident audit trails to Vorim AI.
What is this MCP server?
- Registers and manages AI agent identity through Vorim AI over MCP stdio
- Applies permission policies and trust scoring so agents stay within approved scopes
- Produces tamper-evident audit trails suitable for compliance and incident review
- npm package @vorim/mcp-server v1.1.2 with required VORIM_API_KEY (agid_sk_live_...)
- Optional VORIM_BASE_URL override for non-default Vorim API hosts
- Published version 1.1.2
- stdio transport
Community signal: 1 GitHub stars.
What problem does it solve?
Autonomous coding agents can call powerful tools without a clear identity, revocable permissions, or an audit trail you can trust after something goes wrong.
Who is it for?
Indie builders shipping agent features or internal automations who need governance beyond a single shared API key.
Skip if: Teams that only need local linting or codegen with no multi-agent identity, compliance, or production audit requirements.
What do I get? / Deliverables
After you register the server with VORIM_API_KEY, agents operate under Vorim-managed identity and policy with logged, tamper-evident actions you can review.
- Vorim-linked agent identities with enforced permission scopes
- Trust scores and tamper-evident audit records for agent actions
Recommended MCP Servers
Journey fit
How it compares
MCP security and identity integration via Vorim—not a generic agent skill or a code-review checker.
Common Questions / FAQ
Who is Vorim MCP server for?
Solo and small-team builders using Claude Code, Cursor, or Codex who deploy agents with real tool access and want Vorim-backed identity and audit trails.
When should I use Vorim MCP server?
Use it during Ship and Operate when you are enabling MCP tools in production, defining agent permissions, or need trust scores and tamper-evident logs.
How do I add Vorim MCP server to my agent?
Install @vorim/mcp-server from npm, set VORIM_API_KEY (and VORIM_BASE_URL if needed), add the stdio MCP entry in Claude Code or Cursor, then restart the host.