Skip to content

Commit 33c3fe3

Browse files
committed
Add Azure MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent 14015a9 commit 33c3fe3

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

servers/com.azure-mcp-npx.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.azure-mcp-npx",
4+
"name": "Azure (npx)",
5+
"alias": "azure",
6+
"description": "Connect AI agents to Azure services. Manage and query resources across compute, storage, databases, AI, and monitoring using natural language. Uses your local Azure credentials (DefaultAzureCredential) - no static secrets stored.",
7+
"logo": "https://avatars.githubusercontent.com/u/6154722?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"cloud"
11+
],
12+
"tags": [
13+
"azure",
14+
"microsoft",
15+
"cloud",
16+
"storage",
17+
"compute",
18+
"databases",
19+
"monitoring",
20+
"ai"
21+
],
22+
"transport": {
23+
"type": "stdio",
24+
"command": "npx",
25+
"args": [
26+
"-y",
27+
"@azure/mcp@latest",
28+
"server",
29+
"start"
30+
]
31+
},
32+
"auth": {
33+
"type": "none",
34+
"instructions": "Sign in first with `az login`; the server uses your local Azure credentials (DefaultAzureCredential)."
35+
},
36+
"contributor": {
37+
"name": "Microsoft",
38+
"github": "microsoft",
39+
"url": "https://azure.microsoft.com"
40+
},
41+
"links": {
42+
"repository": "https://github.com/microsoft/mcp",
43+
"homepage": "https://azure.microsoft.com",
44+
"documentation": "https://learn.microsoft.com/azure/developer/azure-mcp-server/"
45+
},
46+
"platforms": [
47+
"all"
48+
],
49+
"capabilities": {
50+
"tools": true,
51+
"resources": false,
52+
"prompts": false,
53+
"read_only_mode": false
54+
},
55+
"changelog_url": "https://github.com/microsoft/mcp/blob/main/servers/Azure.Mcp.Server/CHANGELOG.md"
56+
}

0 commit comments

Comments
 (0)