Genexus18MCP
by lennix1337·★ 16·Score 42
GeneXus 18 MCP server enabling AI agents to read, edit, and analyze KB objects via Model Context Protocol.
Overview
The GeneXus MCP Server provides AI agents with direct access to GeneXus 18 Knowledge Bases through the native SDK, allowing them to perform complex operations on transactions, procedures, and other objects. It exposes 30+ tools for discovery, editing, analysis, and lifecycle management, with support for both single and multiple KB environments. The server features robust error handling, dry-run capabilities for safe testing, and specialized pattern interpretation for advanced workflows.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you work with GeneXus applications and want AI assistance to directly manipulate knowledge base objects through natural language.
When NOT to choose this
Don't choose this if you need cross-platform support (GeneXus is Windows-only) or if you're using a version of GeneXus other than 18.
Tools this server exposes
12 tools extracted from the READMEgenexus_querySearch for objects in the GeneXus Knowledge Base
genexus_readRead the source code or definition of a GeneXus object
genexus_editModify existing GeneXus objects using XML or semantic operations
genexus_create_objectCreate new objects in the GeneXus Knowledge Base
genexus_analyzeAnalyze GeneXus objects with various modes like linter, navigation, and impact analysis
genexus_historyAccess version history and changes made to GeneXus objects
genexus_sqlGenerate or analyze SQL for GeneXus objects
genexus_lifecycleManage lifecycle operations like building and deploying the Knowledge Base
genexus_layoutWork with native GeneXus layout controls and properties
genexus_kbManage multiple Knowledge Bases (list, open, close, set default)
genexus_testRun unit tests and check test results for the Knowledge Base
genexus_refactorRefactor GeneXus objects to improve structure or follow patterns
Comparable tools
Installation
Installation
- Run the installer:
npx genexus-mcp@latest init --kb "C:\KBs\YourKB" --gx "C:\Program Files (x86)\GeneXus\GeneXus18" - Register the MCP in your AI client (auto-detected for Claude Desktop, Claude Code, Cursor, and Antigravity)
- Restart your AI client and test with prompts like "list all transactions in my KB"
For Claude Desktop, the configuration will be auto-added to claude_desktop_config.json
FAQ
- What AI clients are supported?
- Claude Desktop, Claude Code, Cursor, Antigravity, and any MCP-compatible client. The installer auto-configures these clients.
- Can I work with multiple GeneXus Knowledge Bases simultaneously?
- Yes, v2.3.0+ supports multi-KB operations with a configurable pool (default 3 KBs open at once).
Compare Genexus18MCP with
Last updated · Auto-generated from public README + GitHub signals.