delphi-complier-mcp-server

chinawsb/delphi-complier-mcp-server
★ 32 stars Python 🤖 AI/LLM Updated 7d ago
Delphi Complier MCP Server for AI agent, Used for compile project and file to check ai code result.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "delphi-complier-mcp-": {
      "command": "uvx",
      "args": [
        "delphi-complier-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install delphi-complier-mcp-server