← Index

io.github.Kzino/vorim-mcp-server

io.github.Kzino/vorim-mcp-server·v1.1.2·Other
Quality Score
85
/100

AI agent identity, permissions, trust scores, and tamper-evident audit trails via Vorim AI

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "vorim-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@vorim/mcp-server"
      ],
      "env": {
        "VORIM_API_KEY": "<your-vorim_api_key>",
        "VORIM_BASE_URL": "<vorim_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "vorim-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@vorim/mcp-server"
      ],
      "env": {
        "VORIM_API_KEY": "<your-vorim_api_key>",
        "VORIM_BASE_URL": "<vorim_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @vorim/mcp-server
§02  Environment variables
VORIM_API_KEY
requiredsecret

Vorim API key (agid_sk_live_...)

VORIM_BASE_URL

Vorim API base URL

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other