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.
- 1Create .vscode/mcp.json at the root of your project.
- 2Paste the configuration above, then start the server from the button VS Code shows above the block.
- 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.
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.