All assistantsVS Code (Copilot) MCP documentation ↗
Set up Maybole in VS Code (Copilot)
Register Maybole as an MCP server for GitHub Copilot’s agent mode.
1
Sign in to Maybole
Your key is tied to a free Maybole account. Every account gets 5 free contacts.
2
Get an API key
Sign in first, then come back here.
3
Add Maybole to VS Code (Copilot)
- Create .vscode/mcp.json in your workspace (or run "MCP: Add Server" from the command palette).
- Add the block below.
- Open Copilot Chat in Agent mode — the maybole tools appear in the tools list.
config
{
"servers": {
"maybole": {
"type": "http",
"url": "https://www.maybole.ai/api/mcp",
"headers": {
"Authorization": "Bearer mby_PASTE_YOUR_KEY"
}
}
}
}Replace mby_PASTE_YOUR_KEY with the key you saved.
4
Test the connection
Checks your key works. Doesn't use any of your free contacts.