Skip to content
Zed

vibelens mcp for Zed

io.github.klewicki7/vibelens-mcp

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

client:Zed transport:stdio runtime:npm

Install vibelens mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

vibelens mcp in other clients