Connect VS Code to Postify
The Postify MCP toolset in VS Code's built-in MCP client (chat: Agent mode). Same file as the GitHub Copilot section above — one MCP client, one config file.
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