Back to Home
microsoft icon

mcp

Verified Safe

by microsoft

Overview

Provides AI agents with comprehensive access to Microsoft Azure service APIs, JSON schemas for item definitions, and best practices for AI-assisted development, all running locally without direct connection to live Azure environments.

Installation

Run Command
npx -y @azure/mcp@latest server start

Environment Variables

  • AZURE_MCP_COLLECT_TELEMETRY
  • ASPNETCORE_ENVIRONMENT
  • ASPNETCORE_URLS

Security Notes

The server design emphasizes 'local-first' execution, meaning it runs on the user's machine and primarily provides contextual information (API specs, schemas) rather than directly interacting with live Azure environments. Telemetry collection is configurable and explicitly set to 'false' in development settings, and honors VS Code's telemetry preference. No 'eval' or other obvious malicious obfuscation patterns were found. Development configurations (like Azure AD client/tenant IDs in launchSettings.json) appear to be for public client registrations or sample purposes, not sensitive server secrets. Dependency on 'dotenv' and 'secretlint' (dev dependency) indicates awareness of secure coding practices. A potential 'dynamic download' optimization mentioned in VSIX-DESIGN.md is explicitly noted as 'Not currently implemented in the default design', which mitigates a potential runtime supply chain risk.

Similar Servers

Stats

Interest Score100
Security Score9
Cost ClassMedium
Avg Tokens10000
Stars2450
Forks344
Last Update2026-01-19

Tags

AzureAIChatCopilotLanguage Model ToolsModel Context ProtocolSDKAPILocal-FirstDevelopment