Getting Started
VS Code
Connect the Avvyr MCP Server to VS Code with GitHub Copilot
Add the following to your VS Code settings.json (user or workspace):
{
"mcp": {
"servers": {
"avvyr": {
"type": "http",
"url": "https://mcp.avvyr.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
}
Replace YOUR_API_KEY with the API key from your Avvyr dashboard.
Requires VS Code 1.99+ with GitHub Copilot. The MCP server appears as a tool source in Copilot Chat.