Catalog
io.github.klewicki7/vibelens-mcp
Officialby klewicki7 · TypeScript
VibeLens MCP tool for AI to visualize code changes with inline annotations in VS Code/Cursor
Visualize code changes with inline annotations in VS Code or Cursor.
README not available yet.
Install
Configuration
Environment variables
YOUR_API_KEYrequiredsecretYour API key for the service
claude_desktop_config.json
{
"mcpServers": {
"vibelens-mcp": {
"command": "npx",
"args": [
"-y",
"vibelens-mcp@0.1.0"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}