Skip to content
VS Code

genexus for VS Code

io.github.lennix1337/genexus

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

client:VS Code transport:stdio runtime:npm

Install genexus in VS Code

.vscode/mcp.json

{
  "servers": {
    "genexus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "genexus-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

genexus in other clients