geriextracurricular185/delphi-complier-mcp-server
Provide AI assistants with direct Delphi project compilation and knowledge base query through an MCP server supporting seamless integration and detailed diagnostics
Platform-specific configuration:
{
"mcpServers": {
"delphi-complier-mcp-server": {
"command": "npx",
"args": [
"-y",
"delphi-complier-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://opensource.org/licenses/MIT) [](https://www.python.org/downloads/) [](https://www.embarcadero.com/products/delphi)
一个为 AI 助手(如 Claude Desktop、CodeArts Agent 等)提供 Delphi 工程编译能力和知识库查询功能的 MCP Server。如果您觉得有用,请不要吝啬您的 Star! ⭐
Delphi MCP Server 是一个基于 Model Context Protocol (MCP) 的服务器,它允许 AI 助手直接编译 Delphi 项目并查询 Delphi 知识库。通过这个工具,您可以在与 AI 助手的对话中直接编译 Delphi 工程、查询 API 文档、搜索代码示例,无需手动切换到 IDE 或命令行。
主要优势:
请按以下步骤安装 Delphi MCP Server:
[] 检查并安装 Git/Python 3.10-3.14/7-Zip (安装时优先使用国内镜像源加速下载) [] 安装 https://github.com/chinawsb/delphi-complier-mcp-server.git [] 安装完成后验证结果并帮我配置当前客户端
git clone https:/Loading reviews...