Mendix Marketplace Proxy
БесплатноНе проверенMCP proxy that bridges Mendix Marketplace's Streamable HTTP endpoint to stdio, enabling Claude Code and other stdio-only MCP clients to access Mendix Marketplac
Описание
MCP proxy that bridges Mendix Marketplace's Streamable HTTP endpoint to stdio, enabling Claude Code and other stdio-only MCP clients to access Mendix Marketplace tools and prompts dynamically.
README
MCP-to-MCP proxy for the Mendix Marketplace MCP endpoint.
Connects to the official Mendix Marketplace MCP server via Streamable HTTP, discovers its tools and prompts dynamically, and re-exposes them over stdio — making them accessible to Claude Code and other MCP clients that only support stdio transport.
Why a proxy?
Claude Code's MCP transports don't directly support Mendix's Streamable HTTP endpoint:
- HTTP transport requires OAuth discovery, which Mendix doesn't implement
- SSE transport uses GET, but the endpoint only accepts POST
This proxy bridges the gap: Claude Code ←stdio→ proxy ←StreamableHTTP→ Mendix.
Setup
npm install
Authentication
Get a Personal Access Token (PAT) from Mendix Developer Settings.
Set it as an environment variable:
export MENDIX_PAT=your-token-here
Usage
With Claude Code
claude mcp add mendix-marketplace-mcp-proxy -e MENDIX_PAT=your-token -- npx tsx /path/to/mendix-marketplace-mcp-proxy/src/index.ts
Standalone
npm run dev # Development (tsx)
npm run build # Compile TypeScript
npm start # Production (node)
How it works
- Connects to the Mendix MCP endpoint as a client using
StreamableHTTPClientTransport - Discovers all available tools and prompts via
tools/listandprompts/list - Registers them on a local MCP server with identical schemas
- Forwards tool calls and prompt requests to the upstream, returns results
- Serves everything over stdio
No hardcoded tool definitions — if Mendix adds new tools or prompts, they appear automatically.
Environment variables
| Variable | Required | Description |
|---|---|---|
MENDIX_PAT |
Yes | Mendix Personal Access Token |
MENDIX_MCP_URL |
No | Override upstream URL (default: https://marketplace.mendix.com/mcp-server/mcp) |
Установить Mendix Marketplace Proxy в Claude Desktop, Claude Code, Cursor
unyly install mendix-marketplace-mcp-proxyСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add mendix-marketplace-mcp-proxy -- npx -y github:joshuamoesa/mendix-marketplace-mcp-proxyПошаговые гайды: как установить Mendix Marketplace Proxy
FAQ
Mendix Marketplace Proxy MCP бесплатный?
Да, Mendix Marketplace Proxy MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Mendix Marketplace Proxy?
Нет, Mendix Marketplace Proxy работает без API-ключей и переменных окружения.
Mendix Marketplace Proxy — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Mendix Marketplace Proxy в Claude Desktop, Claude Code или Cursor?
Открой Mendix Marketplace Proxy на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Mendix Marketplace Proxy with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
