-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
65 lines (65 loc) · 1.51 KB
/
opencode.json
File metadata and controls
65 lines (65 loc) · 1.51 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
63
64
65
{
"mcp": {
"strapi": {
"type": "local",
"command": [
"infisical",
"run",
"--",
"uvx",
"--refresh",
"--from",
"git+ssh://git@github.com/MinkTec/infra-strapi.git#subdirectory=strapi-mcp-server",
"strapi-mcp-server"
],
"environment": {
"STRAPI_HOST": "{env:STRAPI_HOST}",
"STRAPI_API_KEY": "{env:STRAPI_API_KEY}",
"STRAPI_API_KEY_READONLY": "{env:STRAPI_API_KEY_READONLY}",
"STRAPI_ADMIN_JWT_SECRET": "{env:STRAPI_ADMIN_JWT_SECRET}"
}
},
"arxiv-mcp-server": {
"enabled": true,
"type": "local",
"command": [
"uv",
"tool",
"run",
"arxiv-mcp-server",
"--storage-path",
".arxiv"
]
},
"google-search": {
"enabled": true,
"type": "local",
"command": [
"npx",
"-y",
"@adenot/mcp-google-search"
],
"environment": {
"GOOGLE_API_KEY": "AIzaSyBBGY29wohfWWji-1RV41-t_gZbn9Zw-hM",
"GOOGLE_SEARCH_ENGINE_ID": "a74706d13a9794ced"
}
},
"zotlink": {
"enabled": true,
"command": [
"uvx",
"--from",
"git+https://github.com/onecalfman/zotlink",
"zotlink"
],
"type": "local",
},
"exa-search": {
"enabled": true,
"type": "local",
"command":
["npx", "-y", "@smithery/cli@latest", "install", "exa", "--client", "claude"]
}
},
"$schema": "https://opencode.ai/config.json"
}