Skip to content

Commit b6a6995

Browse files
authored
✨ feat: Add context7, sequential-thinking, and memory servers to MCP configuration
1 parent a7a9b03 commit b6a6995

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

.vscode/mcp.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,34 @@
2727
"env": {
2828
"DISABLE_NOTIFICATIONS": "true"
2929
}
30+
},
31+
"context7": {
32+
"type": "stdio",
33+
"command": "bunx",
34+
"args": ["-y", "@upstash/context7-mcp@latest"]
35+
},
36+
"sequential-thinking": {
37+
"type": "stdio",
38+
"command": "bunx",
39+
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
40+
},
41+
"memory": {
42+
"type": "stdio",
43+
"command": "bunx",
44+
"args": ["-y", "@modelcontextprotocol/server-memory"]
45+
},
46+
// "github": {
47+
// "type": "stdio",
48+
// "command": "bunx",
49+
// "args": ["-y", "@modelcontextprotocol/server-github"],
50+
// "env": {
51+
// "GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_TOKEN_HERE"
52+
// }
53+
// },
54+
"playwright": {
55+
"type": "stdio",
56+
"command": "bunx",
57+
"args": ["@playwright/mcp@latest"]
3058
}
3159
}
32-
}
60+
}

0 commit comments

Comments
 (0)