Back to Apps

Daofy for Delphi
by chinawsb
Compile Delphi projects and query extensive Delphi knowledge bases directly from your AI assistant.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Daofy for Delphi connects AI assistants to the Delphi development ecosystem, allowing them to compile projects, perform syntax checks on .pas files, and access a comprehensive knowledge base of Delphi API documentation and source code.
Tools
compile_project: Compiles Delphi projects (.dproj/.dpr) or checks individual .pas files for syntax errors.delphi_kb: Searches the Delphi source, third-party libraries, and CHM documentation knowledge bases.check_environment: Diagnoses the compilation environment and automatically detects installed Delphi compilers.install_package: Compiles and installs Delphi component packages into the IDE.get_coding_rules: Retrieves Delphi coding standards for automated code reviews.manage_component: Manages DFM components and synchronizes PAS files.code_hosting: Interfaces with Gitea, GitHub, GitLab, and Gitee for version control operations.file_tool: Handles file reading, writing, and formatting with DFM binary conversion support.
Installation
{
"mcpServers": {
"daofy": {
"command": "python",
"args": ["C:\\path\\to\\daofy\\src\\server.py"],
"env": {
"PYTHONUNBUFFERED": "1",
"PYTHONIOENCODING": "utf-8",
"PYTHONUTF8": "1"
}
}
}
}
Supported hosts
- Claude Desktop
- Trae
- CodeArts Agent
Quick install
pip install daofy-for-delphiInformation
- Pricing
- free
- Published
- 5/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
trae
Add to ~/.trae-cn/mcp_config.jsonClaude Desktop
Add the JSON config to %APPDATA%\Claude\claude_desktop_config.json





