-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
48 lines (48 loc) · 1.09 KB
/
Copy pathopencode.json
File metadata and controls
48 lines (48 loc) · 1.09 KB
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
38
39
40
41
42
43
44
45
46
47
48
{
"$schema": "https://opencode.ai/config.json",
"instructions": ["AGENTS.md"],
"model": "openai/gpt-5.4",
"small_model": "github-copilot/gpt-5-mini",
"mcp": {
"mcp_pencil": {
"command": [
"/Applications/Pencil.app/Contents/Resources/app.asar.unpacked/out/mcp-server-darwin-arm64",
"--app",
"desktop"
],
"enabled": true,
"type": "local"
},
"mcp_engram": {
"command": ["engram", "mcp", "--tools=agent"],
"enabled": true,
"type": "local"
},
"mcp_serena": {
"enabled": true,
"type": "local",
"command": [
"uvx",
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server",
"--enable-web-dashboard",
"false",
"--project",
"favoritable",
"--mode",
"interactive",
"--mode",
"editing",
"--mode",
"no-memories"
]
},
"mcp_sqlite": {
"enabled": false,
"type": "local",
"command": ["npx", "-y", "mcp-sqlite", "apps/api/local.db"]
}
}
}