- Rovo Dev CLI installed (latest version)
- GitHub Personal Access Token with appropriate scopes
Uses GitHub's hosted server at https://api.githubcopilot.com/mcp/.
- Run
acli rovodev mcpto open the MCP configuration for Rovo Dev CLI - Add configuration by following example below.
- Replace
YOUR_GITHUB_PATwith your actual GitHub Personal Access Token - Save the file and restart Rovo Dev CLI with
acli rovodev
{
"mcpServers": {
"github": {
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"Authorization": "Bearer YOUR_GITHUB_PAT"
}
}
}
}