MCP Directory

daofy

by chinawsb · Python · ★ 81

Daofy for Delphi — MCP Server that compiles Delphi projects and queries knowledge base for AI assistants.

#ai-assistant#claude-desktopcodearts#codearts#daofy#delphi#delphi-compiler#delphi-ide#embarcadero#mcp#model-context-protocol#opencode#qoder#solo#trae

Install

pip install git+https://github.com/chinawsb/daofy.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "daofy": {
      "command": "uvx",
      "args": [
        "git+https://github.com/chinawsb/daofy.git"
      ]
    }
  }
}

From the README

[](https://opensource.org/licenses/MIT) 一个为 AI 助手(如 Claude Desktop、CodeArts Agent 等)提供 Delphi 工程编译能力和知识库查询功能的 MCP Server。如果您觉得有用,请不要吝啬您的 Star! ⭐ Daofy(道飞)——为创意插上翅膀。 Daofy for Delphi 是一个基于 Model Context Protocol (MCP) 的 MCP Server,它允许 AI 助手直接编译 Delphi 项目并查询 Delphi 知识库。通过这个工具,您可以在与 AI 助手的对话中直接编译 Delphi 工程、查询 API 文档、搜索代码示例,无需手动切换到 IDE 或命令行。 **主要优势:** - 无缝集成到 AI 助手工作流中 - 自动检测和配置 Delphi 编译器 - 内置 Delphi 源码知识库,支持语义搜索 - 项目级知识库,自动追踪三方库和项目源码 - 通用文档知识库支持 Delphi CHM 帮助文档全文搜索 - 支持所有主流 AI 助手平台 - 完整的编译事件支持 - 详细的错误诊断和日志 - **工程整体编译**: 支持编译完整的 Delphi 工程(.dproj/.dpr),生成可执行文件或动态链接库 - **MSBuild 编译**: 优先使用 MS…
Read full README on GitHub →

Related developer tools servers