Appearance
GitHub Copilot
Set up Sendivent MCP server in GitHub Copilot (VS Code) to manage notifications with AI.
Settings UI
- Open VS Code → Command Palette (Cmd+Shift+P)
- Search for MCP: Add Server
- Select HTTP as the type
- Enter the URL:
https://mcp.sendivent.com/- 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
- MCP Server Overview — Available tools and workflows
- Quickstart — Send your first notification