GitHub Copilot Chat memory for PHP developers

Working in PHP with GitHub Copilot Chat? Sessions vanish on /clear. dropdat captures the transcript, embeds it, and serves it back via MCP so the next GitHub Copilot Chat run picks up where the last left off — across your whole PHP project.

Five MCP tools, PHP-friendly examples

Capsules survive editor restarts and context clears

Recall by meaning, not just keyword match

Works alongside GitHub Copilot Chat's native PHP features

Install

# zero-install — runs the latest version on demand
npx -y @dropdat/mcp

# or pin a global install
npm install -g @dropdat/mcp

Issue an API key at capsule.dropdat.app/api-keys and pass it as DROPDAT_API_KEY. See the MCP hub for per-client config.

Related

GitHub Copilot Chat memory for PHP developers — try dropdat free.