mORMot-MCP-Server

JavierusTk/mORMot-MCP-Server
★ 16 stars Pascal Other Updated today
Full MCP 2025-06-18 specification implementation for Delphi with mORMot2
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mormot-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "JavierusTk/mORMot-MCP-Server"
      ]
    }
  }
}