Vorim AI — Agent Identity & Trust
Rank #8,963io.github.Vorim-AI-Labs/vorim-mcp-server
AI agent identity, permissions, trust scores, and tamper-evident audit trails via Vorim AI
Vorim AI — Agent Identity & Trust is a Model Context Protocol (MCP) server published by kzino. It ranks #8,963 of 132,046 servers tracked on MCP Toplist, and its repository has 66 GitHub stars. Vorim AI — Agent Identity & Trust is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 3 tracked versions. It was first listed on Mar 30, 2026 and most recently updated on Jun 27, 2026.
Ranks ahead of 123,083 of 132,046 servers on MCP Toplist.
Use Vorim AI — Agent Identity & Trust
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add vorim-mcp-server -e "VORIM_API_KEY=<your VORIM_API_KEY>" -e "VORIM_BASE_URL=<your VORIM_BASE_URL>" -- npx -y @vorim/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.vorim-mcp-server]
command = "npx"
args = ["-y", "@vorim/mcp-server"]
[mcp_servers.vorim-mcp-server.env]
VORIM_API_KEY = "<your VORIM_API_KEY>"
VORIM_BASE_URL = "<your VORIM_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vorim-mcp-server": {
"command": "npx",
"args": [
"-y",
"@vorim/mcp-server"
],
"env": {
"VORIM_API_KEY": "<your VORIM_API_KEY>",
"VORIM_BASE_URL": "<your VORIM_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vorim-mcp-server": {
"command": "npx",
"args": [
"-y",
"@vorim/mcp-server"
],
"env": {
"VORIM_API_KEY": "<your VORIM_API_KEY>",
"VORIM_BASE_URL": "<your VORIM_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vorim-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vorim/mcp-server"
],
"env": {
"VORIM_API_KEY": "<your VORIM_API_KEY>",
"VORIM_BASE_URL": "<your VORIM_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vorim-mcp-server": {
"command": "npx",
"args": [
"-y",
"@vorim/mcp-server"
],
"env": {
"VORIM_API_KEY": "<your VORIM_API_KEY>",
"VORIM_BASE_URL": "<your VORIM_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vorim-mcp-server": {
"command": "npx",
"args": [
"-y",
"@vorim/mcp-server"
],
"env": {
"VORIM_API_KEY": "<your VORIM_API_KEY>",
"VORIM_BASE_URL": "<your VORIM_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Vorim-AI-Labs%2Fvorim-mcp-server)<a href="https://mcptoplist.com/server/io.github.Vorim-AI-Labs%2Fvorim-mcp-server"><img src="https://mcptoplist.com/badge/io.github.Vorim-AI-Labs%2Fvorim-mcp-server.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (3 delisted)
kzino
Available versions (3)
| Version | Published |
|---|---|
| 1.1.15 | Jun 27, 2026 |
| 1.1.10 | Jun 14, 2026 |
| 1.1.2 | Apr 17, 2026 |
Frequently asked questions
- Who maintains Vorim AI — Agent Identity & Trust?
- Vorim AI — Agent Identity & Trust is maintained by kzino, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Vorim AI — Agent Identity & Trust listed on the Official MCP Registry?
- Yes — Vorim AI — Agent Identity & Trust is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Vorim AI — Agent Identity & Trust have?
- MCP Toplist tracks 3 versions of Vorim AI — Agent Identity & Trust, most recently published on Jun 27, 2026.
- Where can I find the source code for Vorim AI — Agent Identity & Trust?
- The source code for Vorim AI — Agent Identity & Trust is hosted at github.com/kzino/vorim-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.