MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP (Model Context Protocol) server library for Delphi. Built on DMVCFramework, it lets you expose tools, resources and prompts via attributes and RTTI. Supports both HTTP Streamable and stdio transports. MCP 2025-03-26 compliant.

Created 4/2/2026
Updated about 7 hours ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/danieleteti/mcp-server-delphi
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "danieleteti-mcp-server-delphi": { "command": "git", "args": [ "clone", "https://github.com/danieleteti/mcp-server-delphi" ] } } }