MCPConnect
by delphi-blocks
Overview
To build Model Context Protocol (MCP) Servers in Delphi for connecting Large Language Models (LLMs) to external tools and data.
Installation
No command providedEnvironment Variables
- MCP_API_KEY
- MCP_AUTH_TOKEN
Security Notes
The provided source code is primarily a README and project metadata. It lacks the actual Delphi implementation files, preventing a comprehensive security audit of the server's core logic. The README mentions 'API-Key authentication for http transport (more to be implemented),' suggesting an evolving security model. Without the full source code, it's impossible to check for common vulnerabilities like insecure deserialization (beyond the use of Neon, whose security needs separate review), hardcoded secrets in the application logic, or other malicious patterns. Therefore, a definitive security assessment cannot be made.
Similar Servers
MakerAi
Enables Delphi developers to create and deploy custom AI orchestration services as MCP Servers, supporting various LLM providers and RAG capabilities.
mcp-typescript-sdk
The TypeScript SDK facilitates the implementation of Model Context Protocol (MCP) over MQTT for creating AI-integrable servers and clients, enabling LLMs to discover and interact with external services and tools.
Delphi-MCP-Server
Implements the Model Context Protocol (MCP) in Delphi to enable AI-powered development workflows and integrate with clients like Claude Code.
DMCPServer
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.