-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.mcp.json
More file actions
41 lines (41 loc) · 785 Bytes
/
.mcp.json
File metadata and controls
41 lines (41 loc) · 785 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
39
40
41
{
"mcpServers": {
"taskflow": {
"type": "http",
"url": "http://0.0.0.0:8001/mcp"
},
"context7": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {}
},
"deepwiki": {
"type": "http",
"url": "https://mcp.deepwiki.com/mcp"
},
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest"
],
"env": {}
},
"better-auth": {
"type": "http",
"url": "https://mcp.chonkie.ai/better-auth/better-auth-builder/mcp"
},
"next-devtools": {
"type": "stdio",
"command": "npx",
"args": [
"next-devtools-mcp@latest"
],
"env": {}
}
}
}