0 of 2 steps0%
1
Create a New Postman Workspace
- In Postman, click Workspaces in the left sidebar.
- Click Create Workspace and choose the Blank workspace template.
- Name it ERP Fleet - [your name] (for example, ERP Fleet - Jane), set the visibility, and click Create.
Validation: LiftOff will check that your Postman account has a workspace whose name contains "ERP Fleet" and that you are the creator.
2
Connect the GitHub MCP
- Inside your new workspace, click Toggle Right Sidebar in the bottom right of the screen, if your sidebar is not already open. Then click the Cog icon and choose Configure MCP Servers.
- Under Add MCP Server, select the Public tab, then search for GitHub. Tap it, then click Add Server. Expand the Headers section and add your GitHub personal token to authenticate with your GitHub account. To obtain your personal token, go to your GitHub account → Settings → Developer Settings → Personal Access Token, and create a new classic token with repo permissions. Once you have that token, append it after
Bearerin the Authorization header. - Confirm the connection shows as Active with a green indicator.
- Test the connection: open Agent Mode and ask "What is my GitHub username?" — if Agent Mode returns your correct GitHub username, the MCP is connected and authenticated.
- Copy your GitHub username and enter it below.
Validation: LiftOff will verify your GitHub username exists. Your username is saved so subsequent steps can automatically check your forks and pull requests.