Odel
Voris

Voris

Local
@rocket-venture-labsTypeScriptMITUpdated 1mo ago

Voris privacy-native web analytics for AI agents: query metrics & citations, scaffold tracking.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@voris-ai/mcpv0.0.2

Run

npx -y @voris-ai/mcp

MCP client config

{
  "mcpServers": {
    "voris": {
      "command": "npx",
      "args": [
        "-y",
        "@voris-ai/mcp"
      ]
    }
  }
}