Skip to content
Zed

genexus for Zed

io.github.lennix1337/genexus

Read, edit, and analyze GeneXus 18 KB objects from Claude, Cursor, and AI agents.

client:Zed transport:stdio runtime:npm

Install genexus in Zed

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

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

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

genexus in other clients