Delphi Compiler
БесплатноНе проверенIntegrates with RAD Studio compilers and MSBuild to compile Delphi/Object Pascal projects with automatic project discovery, multi-platform support, and detailed
Описание
Integrates with RAD Studio compilers and MSBuild to compile Delphi/Object Pascal projects with automatic project discovery, multi-platform support, and detailed error reporting.
README
A lightweight Model Context Protocol (MCP) server that wraps the native Delphi (RAD Studio) compilers. It enables automatic Debug/Release builds for Win32 and Win64 projects written in Object Pascal.
Installation
From PyPI
pip install delphi-compiler-mcp
From local source
git clone https://github.com/yourusername/delphi-compiler-mcp.git
pip install .
MCP configuration example
Create (or update) your MCP client configuration, e.g. .cursor/mcp.json:
{
"mcpServers": {
"delphi-compiler": {
"command": "delphi-compiler-mcp",
"env": {
"DELPHI_PATH": "C:\\Program Files (x86)\\Embarcadero\\Studio\\23.0"
}
}
}
}
Usage
CLI
# Default compile (Debug / Win32)
mcp call delphi-compiler compile
# Release build for Win64
mcp call delphi-compiler build --platform Win64
Through an AI MCP client
If your MCP client supports natural-language commands (e.g. via an AI assistant), it is enough to say:
- «build project» — to run a Release build
- «compile project» — to run a Debug compile
The client will translate the phrase into the corresponding MCP call shown above.
License
MIT
Установка Delphi Compiler
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/unununununununun/delphi-compiler-mcpFAQ
Delphi Compiler MCP бесплатный?
Да, Delphi Compiler MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Delphi Compiler?
Нет, Delphi Compiler работает без API-ключей и переменных окружения.
Delphi Compiler — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Delphi Compiler в Claude Desktop, Claude Code или Cursor?
Открой Delphi Compiler на 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 Delphi Compiler with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
