Skip to main content
Glama

Azure MCP Server

Official
MIT License
1,161
  • Linux
  • Apple
Add-IssueLabels.ps1595 B
[CmdletBinding(SupportsShouldProcess = $true)] param( [Parameter(Mandatory = $true)] [string]$RepoOwner, [Parameter(Mandatory = $true)] [string]$RepoName, [Parameter(Mandatory = $true)] [string]$IssueNumber, [Parameter(Mandatory = $true)] [string]$Labels, [Parameter(Mandatory = $true)] [string]$AuthToken ) . (Join-Path $PSScriptRoot common.ps1) try { Add-GithubIssueLabels -RepoOwner $RepoOwner -RepoName $RepoName ` -IssueNumber $IssueNumber -Labels $Labels -AuthToken $AuthToken } catch { LogError "Add-GithubIssueLabels failed with exception:`n$_" exit 1 }

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/Azure/azure-mcp'

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