Connect GitHub Copilot to Postify
The Postify MCP toolset in Copilot Chat's agent mode (VS Code's native MCP support IS this file — see the VS Code section if you are not using Copilot Chat specifically).
Config file: .vscode/mcp.json
{
"servers": {
"postify": {
"type": "http",
"url": "https://app.usepostify.com/api/mcp"
}
}
}Verify
Call the list_channels tool (no arguments). Success is a JSON list of the workspace's connected channels — an empty list still proves the connection is live.
MCP endpoint: https://app.usepostify.com/api/mcp · Raw instructions any agent can fetch directly: /agent-setup/prompt.md