-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
62 lines (62 loc) · 1.43 KB
/
Copy pathopencode.json
File metadata and controls
62 lines (62 loc) · 1.43 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
55
56
57
58
59
60
61
62
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"firecrawl": {
"type": "remote",
"headers": {
"Authorization": "Bearer {env:FIRECRAWL_API_KEY}"
},
"url": "https://mcp.firecrawl.dev/v2/mcp",
"oauth": false,
"enabled": true
},
"context7": {
"type": "local",
"command": [
"npx",
"-y",
"@upstash/context7-mcp",
"--api-key",
"ctx7sk-6b8f80fb-a995-45eb-b54f-4a2a3be14259"
],
"enabled": true
},
"serena": {
"type": "local",
"command": [
"uv",
"run",
"--directory",
"C:/Projects/serena",
"serena",
"start-mcp-server",
"--context",
"claude-code",
"--project",
"C:/Projects/windows-path-editor"
],
"environment": {},
"enabled": true
},
"codex": {
"type": "local",
"command": [
"codex",
"-m",
"gpt-5.3-codex",
"mcp-server"
],
"enabled": true
},
"exa": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-remote",
"https://mcp.exa.ai/mcp?exaApiKey=d404da4f-dbdc-4517-97ed-3d656857e720&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"
],
"enabled": true
}
}
}