-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencode.json.example
More file actions
54 lines (54 loc) · 1.47 KB
/
opencode.json.example
File metadata and controls
54 lines (54 loc) · 1.47 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
49
50
51
52
53
54
{
"$schema": "https://opencode.ai/config.json",
"lsp": {
"typescript": {
"command": ["npx", "-y", "typescript-language-server", "--stdio"],
"extensions": [".ts", ".tsx", ".mts", ".cts"]
}
},
"mcp": {
"supabase": {
"type": "local",
"command": ["npx", "-y", "@supabase/mcp-server-supabase@latest", "--project-ref=psqmckbtwqphcteymjil"],
"enabled": true,
"environment": {
"SUPABASE_ACCESS_TOKEN": "{env:SUPABASE_ACCESS_TOKEN}"
}
},
"ag-mcp": {
"type": "local",
"command": ["npx", "ag-mcp"],
"enabled": false
},
"chrome-devtools": {
"type": "local",
"command": ["npx", "chrome-devtools-mcp@latest", "--headless=true"],
"enabled": false
},
"exa": {
"type": "remote",
"url": "https://mcp.exa.ai/mcp?exaApiKey={env:EXA_API_KEY}&tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,crawling_exa,company_research_exa,people_search_exa,deep_researcher_start,deep_researcher_check,deep_search_exa",
"oauth": false,
"enabled": true
},
"notion": {
"type": "remote",
"url": "https://mcp.notion.com/mcp",
"enabled": false
},
"playwright": {
"type": "local",
"command": ["npx", "@playwright/mcp@latest", "--extension"],
"enabled": true
},
"shadcn": {
"type": "local",
"command": [
"npx",
"shadcn@latest",
"mcp"
],
"enabled": true
}
}
}