Delphi-MCP-Server

GDKsoftware/Delphi-MCP-Server
★ 111 stars Pascal 🧠 Memory/Knowledge Updated 17d ago
Native Delphi Server implementation of the Model Context Protocol (MCP)
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-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "GDKsoftware/Delphi-MCP-Server"
      ]
    }
  }
}

Topics

delphimcpmcp-serverpascal