Skip to content
Cursor

vibelens mcp for Cursor

io.github.klewicki7/vibelens-mcp

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

client:Cursor transport:stdio runtime:npm

Install vibelens mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vibelens-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vibelens-mcp"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vibelens mcp in other clients