-
-
Notifications
You must be signed in to change notification settings - Fork 173
Expand file tree
/
Copy path.mcp.json
More file actions
25 lines (25 loc) · 1 KB
/
.mcp.json
File metadata and controls
25 lines (25 loc) · 1 KB
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
{
"$schema": "https://raw.githubusercontent.com/anthropics/claude-code/main/.mcp.schema.json",
"mcpServers": {
"context7": {
"$comment": "Up-to-date documentation and code examples via Context7",
"command": "/bin/bash",
"args": ["-l", "-c", "exec npx -y @upstash/context7-mcp@latest"]
},
"sequential-thinking": {
"$comment": "Step-by-step reasoning for complex problems",
"command": "/bin/bash",
"args": ["-l", "-c", "exec npx -y @modelcontextprotocol/server-sequential-thinking"]
},
"chrome-devtools": {
"$comment": "Google Chrome DevTools MCP: 29 tools for performance profiling (LCP/FID/CLS), CSS/DOM inspection, Lighthouse audits, CDP-native debugging. Used for docs-site E2E performance baseline and Mermaid render verification.",
"command": "/bin/bash",
"args": ["-l", "-c", "exec npx -y chrome-devtools-mcp@latest --headless"]
}
},
"staggeredStartup": {
"enabled": true,
"delayMs": 500,
"connectionTimeout": 15000
}
}