-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.mcp.json
More file actions
38 lines (38 loc) · 832 Bytes
/
.mcp.json
File metadata and controls
38 lines (38 loc) · 832 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": {
"iaw": {
"type": "http",
"url": "http://localhost:5300"
},
"aspire": {
"command": "aspire",
"args": [
"agent",
"mcp"
]
},
"microsoft-learn": {
"type": "http",
"url": "https://learn.microsoft.com/api/mcp"
},
"context7": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@upstash/context7-mcp@latest"]
},
"playwright": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@playwright/mcp"]
},
"chrome-devtools": {
"command": "cmd",
"args": ["/c", "npx", "-y", "chrome-devtools-mcp"]
},
"stitch": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@_davideast/stitch-mcp", "proxy"],
"env": {
"STITCH_API_KEY": "${STITCH_API_KEY}"
}
}
}
}