Skip to content

Commit aa3f833

Browse files
committed
add mcp configuration from general
1 parent 3659f3c commit aa3f833

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

.mcp.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"mcpServers": {
3+
"context7": {
4+
"command": "npx",
5+
"args": ["-y", "@upstash/context7-mcp@latest"]
6+
},
7+
"sequential-thinking": {
8+
"command": "npx",
9+
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
10+
},
11+
"playwright": {
12+
"command": "npx",
13+
"args": ["@playwright/mcp@latest"]
14+
},
15+
"notion": {
16+
"command": "npx",
17+
"args": ["-y", "@suekou/mcp-notion-server"],
18+
"env": {
19+
"NOTION_API_TOKEN": "${env:NOTION_PAT}"
20+
}
21+
},
22+
"github": {
23+
"command": "npx",
24+
"args": ["-y", "@modelcontextprotocol/server-github"],
25+
"env": {
26+
"GITHUB_PERSONAL_ACCESS_TOKEN": "${env:GITHUB_PAT}"
27+
}
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)