-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
35 lines (35 loc) · 902 Bytes
/
Copy pathmcp.json
File metadata and controls
35 lines (35 loc) · 902 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
{
"mcpServers": {
"next-devtools": {
"command": "npx",
"args": ["-y", "next-devtools-mcp@1.0.0"]
},
"codebase-indexer": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-codebase-indexer"]
},
"github": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-github"]
},
"memory": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-server-memory"]
},
"square": {
"command": "npx",
"args": ["-y", "@square/square-mcp-server@1.0.0"],
"env": {
"SQUARE_ACCESS_TOKEN": "${SQUARE_ACCESS_TOKEN}"
}
},
"twilio": {
"command": "npx",
"args": ["-y", "@twilio-alpha/mcp@1.0.0", "${TWILIO_ACCOUNT_SID}:${TWILIO_AUTH_TOKEN}"],
"env": {
"TWILIO_ACCOUNT_SID": "${TWILIO_ACCOUNT_SID}",
"TWILIO_AUTH_TOKEN": "${TWILIO_AUTH_TOKEN}"
}
}
}
}