mcp icon indicating copy to clipboard operation
mcp copied to clipboard

Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered data access and tool integration

Results 100 mcp issues
Sort by recently updated
recently updated
newest added

## What does this PR do? `[Provide a clear, concise description of the changes]` - Added logging customization options to the `azmcp server start` command: - Added `--log-level` option to...

Do Not Merge

## What does this PR do? Adds a unified, configurable logging system to help users and developers diagnose issues, inspect MCP protocol activity, and debug tool execution without requiring complex...

Do Not Merge

## What does this PR do? In the migration to `servers/` and `tools/`, the use of `[Trait()]` attributes to separate tests for different tools and differentiate live tests from unit...

### Describe the bug The HTTP 401 challenge for unauthenticated requests uses the incoming request protocol for crafting the `resource_metadata` value in the `WWWAuthenticate` as in https://github.com/microsoft/mcp/blob/493f8def1f37be543686ee9763be0774306d11c6/core/Azure.Mcp.Core/src/Areas/Server/Commands/ServiceStartCommand.cs#L412 The protocol for...

remote-mcp

It would be nice to automatically thank community contributors by referencing them in the CHANGELOG.md for the release. There's a number of engsys projects to allow this to happen such...

good first issue
help wanted
server-Azure.Mcp
Central-EngSys
community contribution

## What does this PR do? `[Provide a clear, concise description of the changes]` ## Related issues from migration - `dotnet format` resulting in IL2026 and IL3050 despite using source...

tools-Telemetry

Currently, we only support running Tool Description Evaluator using an Azure OpenAI API key. We should explore the possibility of also supporting Managed Identity to smoothen the UX.

server-Azure.Mcp
Tool Selection

Query for population: ``` $projects=Get-ChildItem -Recurse -Filter '*.LiveTests.csproj';$withAssets=$projects|Where-Object{ $asset=Join-Path $_.Directory.FullName 'assets.json'; if(-not(Test-Path $asset)){return $false}; try{$tag=(Get-Content $asset -Raw|ConvertFrom-Json).Tag}catch{$tag=$null}; -not [string]::IsNullOrWhiteSpace($tag)};$withoutAssets=$projects|Where-Object{ -not (Test-Path (Join-Path $_.Directory.FullName 'assets.json')) };Write-Host "Tool migration count (assets.json with...

### Service / Tool Name ApplicationInsights ### Contacts Saar Shen (xiaomi7732) ### Intended Agent Scenarios List application insights trace for diagnose Performance issues. ### Timeline TBD

server-Azure.Mcp
onboarding
tools-ApplicationInsights

### Service / Tool Name Azure Government Cloud capability ### Contacts Blaine Perry (bcperry) Jason Benson (jasonrbenson) ### Intended Agent Scenarios Working to enable the use of the MCP tools...

server-Azure.Mcp
onboarding