MCP server for Vorim AI — AI agent identity, permissions, and audit trails
MCP server for Vorim AI — AI agent identity, permissions, and audit trails. The vorim mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.
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.
Everything the assistant can do here goes through one of these:
Cursor — The Cursor tool exposed by this serverHealth — The Health tool exposed by this serverPermissions — The Permissions tool exposed by this serverAudit — The Audit tool exposed by this serverTrust — The Trust tool exposed by this serverOnboarding — The Onboarding tool exposed by this serverYou will need 2 environment variables: VORIM_API_KEY, VORIM_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Vorim's toolset — Cursor, Health, Permissions and 3 more — is a fair guide to whether it matches your workflow. It is maintained by kzino; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Vorim's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Cursor | The Cursor tool exposed by this server. |
| Health | The Health tool exposed by this server. |
| Permissions | The Permissions tool exposed by this server. |
| Audit | The Audit tool exposed by this server. |
| Trust | The Trust tool exposed by this server. |
| Onboarding | The Onboarding tool exposed by this server. |
{
"mcpServers": {
"vorim": {
"command": "npx",
"args": ["@vorim/mcp-server"],
"env": {
"VORIM_API_KEY": "agid_sk_live_..."
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| VORIM_API_KEY | Credential the server authenticates with. | Yes |
| VORIM_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.