★ 14 stars
C#
🤖 AI/LLM
Updated today
GeneXus 18 MCP server for Claude, Cursor, and AI agents — read, edit, analyze KB objects (transactions, web panels, procedures, SDTs) over the Model Context Protocol.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"genexus18mcp": {
"command": "npx",
"args": [
"-y",
"lennix1337/Genexus18MCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add genexus18mcp npx -y lennix1337/Genexus18MCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"genexus18mcp": {
"command": "npx",
"args": [
"-y",
"lennix1337/Genexus18MCP"
]
}
}
}
📋 Copy
Topics
ai-agent ai-agents ai-tools anthropic claude claude-code claude-desktop code-generation cursor developer-tools genexus genexus-18 knowledge-base llm llm-tools