Skip to content
Zed

ucn for Zed

io.github.mleoca/ucn

Auditable, conserved AST code intelligence for AI agents. JS/TS, Python, Go, Rust, Java, C/C++, C#.

client:Zed transport:stdio runtime:npm

Install ucn in Zed

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

{
  "context_servers": {
    "ucn": {
      "command": "npx",
      "args": [
        "-y",
        "ucn"
      ]
    }
  }
}

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

ucn in other clients