Skip to content
Cursor

genexus for Cursor

io.github.lennix1337/genexus

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

client:Cursor transport:stdio runtime:npm

Install genexus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

genexus in other clients