-
Notifications
You must be signed in to change notification settings - Fork 296
Expand file tree
/
Copy path.mcp.json
More file actions
38 lines (38 loc) · 915 Bytes
/
.mcp.json
File metadata and controls
38 lines (38 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"mcpServers": {
"microsoft/markitdown": {
"type": "stdio",
"command": "uvx",
"args": [
"markitdown-mcp==0.0.1a4"
],
"gallery": "https://api.mcp.github.com",
"version": "1.0.0"
},
"microsoft/azure-devops-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@azure-devops/mcp@latest",
"${input:ado_org}",
"-d",
"${input:ado_domain}"
],
"gallery": "https://api.mcp.github.com",
"version": "1.0.0"
},
"github/github-mcp-server": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/",
"gallery": "https://api.mcp.github.com",
"version": "0.13.0"
},
"microsoftdocs/mcp": {
"type": "http",
"url": "https://learn.microsoft.com/api/mcp",
"gallery": "https://api.mcp.github.com",
"version": "1.0.0"
}
}
}