We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3659f3c commit aa3f833Copy full SHA for aa3f833
1 file changed
.mcp.json
@@ -0,0 +1,30 @@
1
+{
2
+ "mcpServers": {
3
+ "context7": {
4
+ "command": "npx",
5
+ "args": ["-y", "@upstash/context7-mcp@latest"]
6
+ },
7
+ "sequential-thinking": {
8
9
+ "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
10
11
+ "playwright": {
12
13
+ "args": ["@playwright/mcp@latest"]
14
15
+ "notion": {
16
17
+ "args": ["-y", "@suekou/mcp-notion-server"],
18
+ "env": {
19
+ "NOTION_API_TOKEN": "${env:NOTION_PAT}"
20
+ }
21
22
+ "github": {
23
24
+ "args": ["-y", "@modelcontextprotocol/server-github"],
25
26
+ "GITHUB_PERSONAL_ACCESS_TOKEN": "${env:GITHUB_PAT}"
27
28
29
30
+}
0 commit comments