Skip to main content
Glama

Azure DevOps MCP Server

name: CI/CD on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Use latest Node LTS uses: actions/setup-node@v3 with: node-version: 'lts/*' - name: Install Dependencies run: npm install - name: Build run: npm run build - name: Test run: npm run test:unit

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tiberriver256/mcp-server-azure-devops'

If you have feedback or need assistance with the MCP directory API, please join our Discord server