DMCPServer
Verified Safeby Daniel09Fernandes
Overview
DMCPServer allows Delphi developers to create and expose Master Control Protocol (MCP) servers, enabling integration with AI platforms like Claude for external tool execution and resource management.
Installation
No command providedSecurity Notes
The provided code snippets demonstrate good practices for input parameter extraction and validation within registered actions. The core server implementation (HTTP/STDIO handling) is not fully exposed, so standard web security considerations (e.g., DoS protection, robust header parsing, proper error codes) are assumed to be handled securely by the underlying framework. No 'eval' or direct malicious patterns are present in the shown code.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers for integration with LLM agents and other applications.
cclsp
MCP server to integrate LLM-based coding agents with Language Server Protocol (LSP) servers for robust symbol resolution and code navigation.
MakerAi
An AI orchestration framework for Delphi developers to design and deploy intelligent, self-learning, and context-aware systems, including custom MCP Servers.
Delphi-MCP-Server
Provides a Model Context Protocol (MCP) server implementation in Delphi to integrate AI agents like Claude Code with Delphi development workflows via an extensible tool and resource system.