-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
37 lines (36 loc) · 951 Bytes
/
opencode.jsonc
File metadata and controls
37 lines (36 loc) · 951 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
{
"$schema": "https://opencode.ai/config.json",
"theme": "material",
"model": "deepseek/deepseek-chat",
"autoupdate": true,
"mcp": {
"github-server": {
"type": "local",
"command": ["npx", "-y", "@modelcontextprotocol/server-github@latest"],
"enabled": true,
"environment": {
"GITHUB_TOKEN": "${MKKP_GITHUB_TOKEN}",
},
},
// "sequential-thinking-server": {
// "type": "local",
// "command": ["npx", "-y", "@modelcontextprotocol/server-sequential-thinking"],
// "enabled": true,
// },
"context7-server": {
"type": "local",
"command": ["npx", "@upstash/context7-mcp@latest"],
"enabled": true,
},
"playwright": {
"type": "local",
"command": ["npx", "@playwright/mcp@latest"],
"enabled": true,
},
"code-index": {
"type": "local",
"command": ["uvx", "code-index-mcp"],
"enabled": true,
},
},
}