OneTech MCP Server

OneTech MCP Server

Enables AI assistants to extract and document Mendix Studio Pro modules by interrogating local .mpr files. Generates comprehensive JSON documentation of domain models, pages, microflows, and enumerations without sending data to the cloud.

Category
Visit Server

README

OneTech MCP Server

NPM Version License: MIT

Extract and document Mendix Studio Pro modules via Model Context Protocol (MCP)

OneTech MCP Server enables AI assistants like GitHub Copilot to interrogate local Mendix .mpr files and extract comprehensive module documentation including domain models, pages, microflows, and enumerations.

🚀 Quick Start

Install Globally (Recommended)

npm install -g @jordnlvr/onetech-mcp-server

Or Use with NPX (No Install)

npx @jordnlvr/onetech-mcp-server

Configure in VS Code

Add to your VS Code settings.json:

{
	"github.copilot.chat.mcp.enabled": true,
	"github.copilot.chat.mcp.servers": {
		"onetech": {
			"command": "npx",
			"args": ["@jordnlvr/onetech-mcp-server"]
		}
	}
}

Or use global install:

{
	"github.copilot.chat.mcp.enabled": true,
	"github.copilot.chat.mcp.servers": {
		"onetech": {
			"command": "onetech-mcp-server"
		}
	}
}

📚 Usage

Once configured, use GitHub Copilot to extract module documentation:

You: "Extract the RequestHub module from D:\Projects\OneTech.mpr"

Copilot: [Uses onetech_extract_module tool]
✅ Successfully extracted 4 files from module 'RequestHub':
  - DomainModel.json (57KB)
  - Pages.json (42KB)
  - Microflows.json (0KB)
  - Enumerations.json (4KB)

🛠️ Available Tools

onetech_extract_module

Extracts domain model, pages, microflows, and enumerations from a Mendix module using mx.exe.

Parameters:

  • mprPath (required): Absolute path to the .mpr file
  • moduleName (required): Name of the module to extract
  • outputPath (required): Absolute path to output directory for JSON files
  • mxPath (optional): Path to mx.exe (default: D:\Program Files\Mendix\11.3.0.80734\modeler\mx.exe)

Returns:

  • JSON files containing complete module structure
  • File sizes and extraction status
  • Success/error messages

📋 Requirements

  • Node.js: >= 18.0.0
  • Mendix Studio Pro: Version 11.3.0 or compatible
  • mx.exe: Command-line tool (included with Studio Pro)

🔒 Privacy & Security

  • 100% Local: All processing happens on your machine
  • No Cloud: Your .mpr files never leave your computer
  • No Tracking: No telemetry, analytics, or data collection
  • Open Source: Full transparency, audit the code yourself

🎯 Use Cases

  • Documentation Generation: Extract module structure for AI-powered docs
  • Code Review: Analyze domain models and microflows
  • Migration Planning: Understand module dependencies
  • Teaching: Demonstrate Mendix architecture to students
  • Onboarding: Help new developers understand existing apps

📦 What Gets Extracted

For each module, the tool generates 4 JSON files:

  1. DomainModel.json: Entities, attributes, associations, validation rules
  2. Pages.json: Page layouts, widgets, data sources
  3. Microflows.json: Logic flows, actions, parameters
  4. Enumerations.json: Enumeration types and values

🏗️ Architecture

Your Machine
├── VS Code + GitHub Copilot
├── OneTech MCP Server (this package)
│   └── Calls mx.exe with your .mpr file
├── mx.exe (Mendix CLI)
└── Your .mpr files (local, never uploaded)

🤝 Contributing

Built by the OneTech Team for the Mendix developer community.

Found a bug? Open an issue on GitHub.
Have a feature request? Let us know!

📄 License

MIT License - See LICENSE file for details

🔗 Links


Version: 0.1.0
Status: MVP Release
First Mendix MCP Server 🎉

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured