GeneXus MCP Server connects MCP-compatible AI clients to a local GeneXus 18 Knowledge Base through the native GeneXus SDK, allowing the agent to read, edit, analyze, refactor, build, and test real KB objects. It supports object discovery, source inspection, pattern/layout editing, history/SQL, and lifecycle operations on the KB.
From the registry: Read, edit, and analyze GeneXus 18 KB objects from Claude, Cursor, and AI agents.
$ node --versionhttps://nodejs.org/Please install the `genexus` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Windows** — GeneXus is Windows-only, so this MCP server must be run on Windows.
- **GeneXus 18 installed locally** — Install GeneXus 18 on the machine. The README notes the default install path is where GeneXus.exe lives, typically under Program Files.
- **Initialized GeneXus 18 Knowledge Base** — Have a GeneXus 18 Knowledge Base available and opened at least once in the IDE so it is initialized.
- **Node.js 18+** — Install Node.js 18 or newer. The package is run via npx, and the README suggests verifying with node --version. Run: `node --version` (https://nodejs.org/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["genexus-mcp@latest"]
Note: Preferred install path is via npx; the README explicitly says cloning the repo or global install is unnecessary. Initial setup is typically performed with `npx genexus-mcp@latest init --kb "<your-kb-path>" --gx "<your-genexus-install-path>"`, which auto-registers supported MCP clients and prints the canonical client config snippet. The server also supports HTTP/SSE mode at `<http://127.0.0.1:5000/mcp>` per the README architecture section, but the repeatable client launch shape shown by the install flow is stdio via `npx genexus-mcp@latest`. No MCP config env vars are documented as required.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.