Skip to content
Zed

CodeNib for Zed

ai.codenib/codenib

Source-linked CodeGraph exploration, ranked search, and static navigation for coding agents.

client:Zed transport:stdio runtime:pypi

Install CodeNib in Zed

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

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

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

CodeNib in other clients