Command · Engineering
Azure DevOpsBeta
Import wikis, work items, and repository code from Azure DevOps.
ImportMCP serverAuth: Personal access token
How it works
Azure DevOps imports wikis, work items, and repository code using a personal access token, and can also expose an MCP server for live queries.
01
Before you start
- An Azure DevOps organization and project
- Permission to create a PAT
02
What you need to make the connection
| Field | Where to get it |
|---|---|
| Organization | The org part of dev.azure.com/{organization}. |
| Project | The Azure DevOps project name. |
| Personal access token | User settings → Personal access tokens → New Token with Code (Read), Wiki (Read), and Work Items (Read). |
Credentials are stored encrypted in raia Command and are never shown again after saving. Rotate them at the provider if they are exposed.
03
Setup steps
- 01
Create the PAT with read scopes for code, wiki, and work items.
- 02
In raia Command, open Settings → Connectors, find the connector, and click Connect.
- 03
Enter the organization, project, and PAT.
- 04
Choose what to import: wikis, work items, repositories.
- 05
Choose the destination project folder, run the first import, then set a sync schedule. Every run is recorded in Sync History.
04
Good to know
- PATs expire (max one year) — set a reminder to rotate.
- Azure DevOps is a beta connector.
05