Skip to content
Zed

n3mo for Zed

io.github.rajx-dev/n3mo

N3MO: Code intelligence engine mapping repositories into queryable symbol graphs.

client:Zed transport:stdio runtime:pypi

Install n3mo in Zed

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

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

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

n3mo in other clients