DMCPServer
Verified Safeby Daniel09Fernandes
Overview
Transforms Delphi code into a Master Control Protocol (MCP) server, allowing Large Language Models (LLMs) to interact with custom-defined actions and access external resources.
Installation
No command providedSecurity Notes
The provided code snippets do not reveal obvious critical security vulnerabilities like direct code injection (e.g., 'eval'). The server processes JSON parameters for actions, which, like any input, requires careful handling within the action implementations to prevent issues such as data injection. The 'Resources' feature allows specifying local file paths via 'file:///C:/...' URIs. While the example shows a hardcoded path, if this functionality were to dynamically accept untrusted input for resource URIs, it could lead to arbitrary file access or information disclosure.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
MakerAi
Enables Delphi developers to create and deploy custom AI orchestration services as MCP Servers, supporting various LLM providers and RAG capabilities.
Delphi-MCP-Server
Implements the Model Context Protocol (MCP) in Delphi to enable AI-powered development workflows and integrate with clients like Claude Code.