GetMCPSet up your MCP server builder

Server requirements

Everything marked in red must be fixed before GetMCP can run.

  • PHP 8.3 or newer
    Found 8.5.4
  • PHP extension: sodium
    Encrypts stored API credentials
  • PHP extension: pdo
    Database access
  • PHP extension: curl
    Outbound API calls
  • PHP extension: mbstring
    String handling
  • PHP extension: json
    JSON encoding
  • PHP extension: openssl
    HTTPS and signing
  • PHP extension: intl
    Locale-aware formatting (recommended)
  • Writable: .env
    Not writable — chmod 755 (or 644 for .env)
  • Writable: storage/
    Writable
  • Writable: bootstrap/cache/
    Writable
  • Writable: database/
    Writable
Fix the items above, then reload this page.

Database

SQLite needs no setup and is fine for most installs. Choose MySQL or PostgreSQL if you already run one.

Created automatically. Keep it outside your web root — it holds encrypted credentials.

Site address and administrator

One more step. These create your login and the URLs you hand to AI clients.

The public URL of this install, without a trailing slash.

Your licence binds to this address, and every MCP endpoint URL is built from it. Changing it later means re-activating the licence — so if you plan to move to a custom domain or add HTTPS, set the final address now.

At least 10 characters.