Delphi MCP ServerServer

integrations
GitHub
DelphiMCPDatabase Integration

Loading subscription status...

💡 Description

The Delphi MCP Server provides integration examples for Delphi applications to connect with the MCP Firebird server, allowing Delphi programs to execute SQL queries, list database tables, and generate SQL through the MCP protocol.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Delphi_MCP_Server": {
        "env": {
          "API_KEY": "<API_KEY>"
        },
        "args": [
          "<DB_CONNECTION_STRING>",
          "<USER>",
          "<PASSWORD>"
        ],
        "command": "connect"
      }
    }
  ]
}

🛠️ Tools

Delphi Development Environment

Features

  • Integration with Firebird databases
  • Execute SQL queries from Delphi
  • Dynamic SQL generation

💬 Example Queries

  • Execute a SQL query to retrieve database records.
  • List all available database tables.
  • Generate SQL for a specific database operation.