Webeyez MCP for VS Code
io.github.webeyez-analytics/webeyez-mcp-server
Webeyez MCP: Access UX session replays, conversion funnels, errors, and performance diagnostics.
client:VS Code
transport:stdio
runtime:npm
Install Webeyez MCP in VS Code
.vscode/mcp.json
{
"servers": {
"webeyez-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@webeyez/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs