DWScript-MCP

EricGrange/DWScript-MCP

3.3

If you are the rightful owner of DWScript-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document provides a structured summary of a Model Context Protocol (MCP) server implemented using DWScript, designed to return the current local time.

DWScript-MCP

Sample MCP (Model Context Protocol) server for [DWScript][(https://github.com/EricGrange/DWScript)

This project is a basic MCP server exposing the following demo tools:

Tested only with LM Studio so far

Usage:

  • place mcp-server.dws wherever you want in your website, and the .pas units either alongside it or in your .lib directory
  • add an entry in mcp.json of LM Studio like
{
  "mcpServers": {
    "dwscript-mcp-server": {
      "url": "http://your-server:port/path/to/mcp-server.dws"
    }
  }
}