Skip to content
Zed

NervaPack for Zed

io.github.ramdhavepreetam/nervapack

Offline codebase knowledge graph: 91% token reduction vs naive RAG, plus cross-session agent memory.

client:Zed transport:stdio runtime:pypi

Install NervaPack in Zed

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

{
  "context_servers": {
    "nervapack": {
      "command": "uvx",
      "args": [
        "nervapack"
      ]
    }
  }
}

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

NervaPack in other clients