Voris for VS Code
ai.voris.mcp/server
Voris privacy-native web analytics for AI agents: query metrics & citations, scaffold tracking.
client:VS Code
transport:stdio
runtime:npm
Install Voris in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "voris-api-key",
"description": "VORIS_API_KEY",
"password": true
}
],
"servers": {
"server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@voris-ai/mcp"
],
"env": {
"VORIS_API_KEY": "${input:voris-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs