-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
34 lines (34 loc) · 906 Bytes
/
opencode.jsonc
File metadata and controls
34 lines (34 loc) · 906 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
{
"$schema": "https://opencode.ai/config.json",
"autoupdate": true,
"plugin": ["opencode-supermemory@latest", "@tarquinen/opencode-dcp@latest"],
"mcp": {
"chrome-devtools": {
"type": "local",
"command": ["npx", "-y", "chrome-devtools-mcp@latest"],
"enabled": false,
},
"cloudflare-docs": {
"type": "remote",
"url": "https://docs.mcp.cloudflare.com/mcp",
},
"google-workspace": {
"type": "remote",
"url": "https://google-workspace-mcp.cto.cfdata.org/mcp",
"oauth": {},
"enabled": false,
},
"cloudflare-builds": {
"type": "remote",
"url": "https://builds.mcp.cloudflare.com/mcp",
"oauth": {},
"enabled": false,
},
"cloudflare-observability": {
"type": "remote",
"url": "https://observability.mcp.cloudflare.com/mcp",
"oauth": {},
"enabled": false,
},
},
}