Odel
VibeLens

VibeLens

Local
@klewicki7TypeScriptUpdated 3mo ago

VibeLens MCP tool for AI to visualize code changes with inline annotations in VS Code/Cursor

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).

npmvibelens-mcpv0.1.0

Run

npx -y vibelens-mcp

MCP client config

{
  "mcpServers": {
    "vibelens": {
      "command": "npx",
      "args": [
        "-y",
        "vibelens-mcp"
      ]
    }
  }
}