Skip to main content
Glama
__init__.py406 B
"""Delphi MCP Server for Cursor IDE. A Model Context Protocol (MCP) server that enables compilation of Delphi/Object Pascal projects within Cursor IDE, providing seamless integration with RAD Studio compilers. """ __version__ = "1.0.0" __author__ = "Delphi MCP Team" __email__ = "support@delphi-mcp.dev" from .server import DelphiMCPServer from .main import main __all__ = ["DelphiMCPServer", "main"]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/unununununununun/delphi-compiler-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server