Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
Latest commit
38 lines (38 loc) · 1.46 KB
/
Copy pathopencode.json
File metadata and controls
38 lines (38 loc) · 1.46 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
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"agent-hub": {"type": "remote", "url": "http://127.0.0.1:8776/mcp", "enabled": true, "oauth": false},
"context-mode": {"type": "local", "command": ["context-mode"], "enabled": true},
"context7": {"type": "remote", "url": "https://mcp.context7.com/mcp", "enabled": true},
"github": {"type": "remote", "url": "https://api.githubcopilot.com/mcp/", "enabled": true, "oauth": false, "headers": {"Authorization": "Bearer {env:GITHUB_TOKEN}"}},
"opentofu-docs": {"type": "remote", "url": "https://mcp.opentofu.org/mcp", "enabled": true},
"opencode-docs": {"enabled": false},
"aws-docs": {"enabled": false},
"kubernetes": {"enabled": false},
"tmux": {"enabled": false},
"linear": {"enabled": false},
"notion": {"enabled": false},
"aws-staging": {"enabled": false},
"aws-prod": {"enabled": false},
"grafana": {"enabled": false},
"terraform-docs": {"enabled": false},
"argocd-makeitwork": {"enabled": true},
"argocd-staging-eks": {"enabled": false},
"argocd-prod-eks": {"enabled": false}
},
"tools": {
"opencode-docs_*": false,
"aws-docs_*": false,
"kubernetes_*": false,
"tmux_*": false,
"linear_*": false,
"notion_*": false,
"aws-staging_*": false,
"aws-prod_*": false,
"grafana_*": false,
"terraform-docs_*": false,
"argocd-makeitwork_*": true,
"argocd-staging-eks_*": false,
"argocd-prod-eks_*": false
}
}