main
json 34 lines 632 Bytes
Raw
1 {
2 "mcpServers": {
3 "io-github-upstash-context7": {
4 "type": "stdio",
5 "command": "npx",
6 "args": [
7 "@upstash/context7-mcp@1.0.31"
8 ]
9 },
10 "cognitionai-deepwiki": {
11 "type": "http",
12 "url": "https://mcp.deepwiki.com/mcp"
13 },
14 "microsoft-playwright-mcp": {
15 "type": "stdio",
16 "command": "npx",
17 "args": [
18 "@playwright/mcp@latest"
19 ]
20 },
21 "squad_state": {
22 "command": "npx",
23 "args": [
24 "-y",
25 "@bradygaster/squad-cli@0.10.0",
26 "state-mcp"
27 ],
28 "env": {},
29 "tools": [
30 "*"
31 ]
32 }
33 }
34 }