MCPConnect
Verified Safeby delphi-blocks
Overview
Provides a framework for building Model Context Protocol (MCP) servers in Delphi, enabling large language models (LLMs) to connect with external tools and data.
Installation
No command providedSecurity Notes
The framework employs attribute-driven development and integrates the reputable Neon library for JSON serialization, which are positive security practices. It explicitly supports API-Key authentication for HTTP transport, though the README notes 'more to be implemented,' implying the current implementation might be basic or evolving. The inclusion of a custom JSON-RPC library (JRPC) necessitates careful review, as bespoke network protocol implementations inherently carry risks without extensive auditing. No apparent critical vulnerabilities such as 'eval' or direct system command injections are indicated in the provided source code snippets or documentation.
Similar Servers
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.
DMCPServer
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.
php-mcp-sdk
A PHP SDK for building Model Context Protocol (MCP) servers that expose AI capabilities (tools, prompts, sampling) and data resources to clients, facilitating AI agent orchestration and structured human-AI interaction.