VS Code

AutoLeads inside VS Code

Copilot's Agent mode drives your campaigns, reviews your emails and moves your CRM forward.

All AI clients

Setup

.vscode/mcp.json (workspace) or your user profile

.vscode/mcp.json
{
  "servers": {
    "autoleads": {
      "type": "http",
      "url": "https://api.grezy.org/mcp/al/",
      "headers": {
        "Authorization": "Api-Key YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_API_KEY with the key you created in Settings → API keys and MCP.

  1. 1Create .vscode/mcp.json at the root of your project.
  2. 2Paste the configuration above, then start the server from the button VS Code shows above the block.
  3. 3Open Chat in Agent mode and select the AutoLeads tools.

Worth knowing

  • Careful: VS Code uses the “servers” key, not “mcpServers” like Cursor.
  • To keep the key out of version control, replace it with ${input:autoleads-key} and declare an “inputs” entry.
Official documentation

Other clients

Claude is a trademark of Anthropic, ChatGPT of OpenAI, Cursor of Anysphere, VS Code and GitHub Copilot of Microsoft, Windsurf of Codeium. These marks belong to their respective owners and mentioning them implies no partnership.

Book a demo