-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
34 lines (34 loc) · 741 Bytes
/
Copy pathopencode.json
File metadata and controls
34 lines (34 loc) · 741 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
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"better-t-stack": {
"type": "local",
"command": ["bunx", "create-better-t-stack@latest", "mcp"],
"enabled": true,
"environment": {}
},
"context7": {
"type": "local",
"command": ["npx", "-y", "@upstash/context7-mcp"],
"enabled": true,
"environment": {}
},
"convex": {
"type": "local",
"command": ["npx", "-y", "convex@latest", "mcp", "start"],
"enabled": true,
"environment": {}
},
"shadcn": {
"type": "local",
"command": ["npx", "-y", "shadcn@latest", "mcp"],
"enabled": true,
"environment": {}
},
"better-auth": {
"type": "remote",
"url": "https://mcp.inkeep.com/better-auth/mcp",
"enabled": true
}
}
}