mcpbeat Sign in

Genexus MCP Server

by lennix1337 Your server? Claim it
local only

Genexus runs on your own machine — the client starts it, so there is no endpoint to ping. 2 034 installs a week from npm. Last commit 22 Sep 2026.

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

Installs per day peak 865 · avg 338 · +69% w/w
a month agotoday
2 034
Installs / week
npm · genexus-mcp
34
Stars
5 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
C#

What the code does

We read the source, 8 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/verify-install.js
    return path.join(this._shadowRoot, relativePath);
      this.backendProcess = cp.spawn(launchSpec.command, launchSpec.args, {
            if (executeUpdate != null) executeUpdate.Invoke(part, new object[] { "genexus_wwp " + operation, mutation });
            if (/^(?:-e|-p|--eval(?:=|$)|--print(?:=|$)|--check(?:=|$))/.test(arg)) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add genexus -- npx -y genexus-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "genexus": {
      "args": [
        "-y",
        "genexus-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.genexus]
command = "npx"
args = ["-y", "genexus-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "genexus": {
      "args": [
        "-y",
        "genexus-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "genexus": {
      "args": [
        "-y",
        "genexus-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Genexus

same job, measured the same way
SEO Audit
by deepseoanalysis

Run SEO + AI-visibility (GEO) audits from Claude, Cursor & other AI clients.

answering
Convalytics
by dan-cleary

Read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients.

15 tools answering
I
Scope Analytics
by wally827

Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.).

65 installs/wk local only
Fresh Jots
by goran-arsov

Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

44 installs/wk answering
specpack
by the-kipdev

Audit and write CLAUDE.md / AGENTS.md / Cursor rules; generate full build specs for new projects.

168 installs/wk 5 tools answering
Regulatory Signals
by rikocr8orh8

Audit GitHub repos for security, compliance, and EU AI Act exposure from Claude or Cursor.

38 installs/wk local only
Sirro
by jonathanmberg

Shared memory for AI coding agents. Save once, reuse from Cursor, Claude Code, Codex.

answering
Warp Ozbridge
by sena-labs

OzBridge: run Warp Oz agents from any MCP client — Claude Code, Cursor, Codex, VS Code.

36 installs/wk local only

Genexus — questions

Answers built from our own checks of this server.

Why is there no uptime for Genexus?
Genexus runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package genexus-mcp was installed 2 034 times last week.
How do I connect Genexus?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls genexus-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Genexus?
The npm package genexus-mcp was installed 2 034 times in the last week. Week over week that is +69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Genexus open source?
Yes — it is published under the MIT licence, written in C#, 34 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.