Skip to main content
Glama
Project1.dpr209 B
program Project1; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils; begin try Writeln('Hello world!'); except on E: Exception do Writeln(E.ClassName, ': ', E.Message); end; end.

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/flydev-fr/mcp-delphi'

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