-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate_opencode.json
More file actions
42 lines (42 loc) · 888 Bytes
/
Copy pathtemplate_opencode.json
File metadata and controls
42 lines (42 loc) · 888 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
38
39
40
41
42
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"browsermcp": {
"type": "local",
"command": ["npx", "@browsermcp/mcp@latest"]
},
"gcp": {
"type": "local",
"command": ["sh", "-c", "npx -y gcp-mcp"]
},
"tmux": {
"type": "local",
"command": ["npx", "-y", "tmux-mcp", "--shell-type=fish"]
},
"jam": {
"type": "remote",
"url": "https://mcp.jam.dev/mcp"
},
"serena": {
"type": "local",
"command": [
"uvx",
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server",
"--open-web-dashboard",
"False"
]
},
"postgres": {
"type": "local",
"command": [
"npx",
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://localhost/mydb"
]
}
}
}