Skip to content

GitHub Copilot

Set up Sendivent MCP server in GitHub Copilot (VS Code) to manage notifications with AI.

Settings UI

  1. Open VS CodeCommand Palette (Cmd+Shift+P)
  2. Search for MCP: Add Server
  3. Select HTTP as the type
  4. Enter the URL:
https://mcp.sendivent.com/
  1. Complete OAuth authentication when prompted

Config File

Create .vscode/mcp.json in your project root:

json
{
  "servers": {
    "sendivent": {
      "type": "http",
      "url": "https://mcp.sendivent.com/"
    }
  }
}

Different key format

GitHub Copilot uses "servers" at the top level, not "mcpServers".

TIP

Adding .vscode/mcp.json to your repo shares the MCP setup with your team.

Requirements

  • VS Code 1.99 or later
  • GitHub Copilot extension installed
  • MCP tools are available in Agent mode (not regular chat)

Next Steps

Released under the MIT License.