Skip to content
Zed

NVEIL for Zed

io.github.nveil-ai/nveil

Data processing and visualization toolkit — 50+ chart types, raw data stays local.

client:Zed transport:stdio runtime:pypi

Install NVEIL 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": {
    "nveil": {
      "command": "uvx",
      "args": [
        "nveil"
      ],
      "env": {
        "NVEIL_API_KEY": "<NVEIL_API_KEY>"
      }
    }
  }
}

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

NVEIL in other clients