MCP Directory
Back

dext

by cesarliws · Pascal · ★ 297

Dext - Modern Full Stack Framework for Delphi

#async-tasks#channels#data-api#delphi#dependency-injection#entity-framework#full-stack#htmx#lock-free#mcp-server#minimal-api#model-context-protocol#object-pascal#orm#pascal#rest-api#scaffolding#simd#ssr#zero-allocation

Install

git clone https://github.com/cesarliws/dext.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": {
    "dext": {
      "command": "npx",
      "args": [
        "-y",
        "github:cesarliws/dext"
      ]
    }
  }
}

From the README

[🇧🇷 Português](README.pt-br.md) **Modern Full-Stack Development for Delphi** See how Dext's structure simplifies complex flows into clean, typed, and object-oriented code. Exploring the framework's pillars: Creating a high-performance endpoint integrated with Dependency Injection requires minimal effort: Automatic mapping via *Convention over Configuration* and structured properties for advanced relational mapping: No more magic strings or broken queries at runtime. Dext generates the Abstract Syntax Tree (AST) of your code: The complexity of transformed into modern asynchronous c…
Read full README on GitHub →

Related other servers