-
-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy path.mcp.json
More file actions
27 lines (27 loc) · 662 Bytes
/
.mcp.json
File metadata and controls
27 lines (27 loc) · 662 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
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"],
"env": {
"CONTEXT7_API_KEY": "ctx7sk-1d829fe1-62b2-4697-b7f4-673ae5047efd"
}
},
"puppeteer": {
"command": "npx",
"args": ["-y", "puppeteer-mcp-server"],
"env": {}
},
"next-devtools": {
"command": "npx",
"args": ["-y", "next-devtools-mcp@latest"]
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"Sentry": {
"url": "https://mcp.sentry.dev/mcp/assemble-pro/javascript-nextjs"
}
}
}