HeySale × GitHub Copilot
HeySale for GitHub Copilot and VS Code
Ship the feature. Ship the salesperson with it.
Register HeySale once in your workspace's MCP configuration and Copilot's agent mode can create the salesperson and commit the install script alongside your other changes.
$0 setup · $0/month · $0.33/minute when customers talk · Custom MCP · Connection steps checked 2026-09-07
Connect HeySale to GitHub Copilot
Custom MCP- 1Create .vscode/mcp.json in the repository (or use the MCP: Add Server command).
- 2Add the HeySale server with the snippet below and start it.
- 3Switch Copilot Chat to agent mode and confirm the HeySale tools are listed.
- 4Ask Copilot to add a salesperson to the site.
Configuration
{
"servers": {
"heysale": {
"type": "http",
"url": "https://hey.sale/mcp"
}
}
}No API key is needed to create a salesperson. Reading a salesperson's conversations, leads or results requires the website owner's own HeySale API key.
Or start here, right now
Give us your website address. We read it, build your salesperson, and show her to you before you sign up for anything.
Things to say to GitHub Copilot
- “Install a HeySale AI Website Salesperson into this application.”
- “Create the salesperson for our marketing site and add the script to the base template.”
- “Check the salesperson's status and tell me if it's installed.”
Why this pairing works
HeySale runs one MCP server for every assistant: https://hey.sale/mcp over Streamable HTTP (remote MCP).
All integrationsConnect any MCP clientDeveloper documentationGitHub Copilot docs
Last verified 2026-09-07 against VS Code MCP servers documentation and GitHub MCP Registry.