Files
zopu-code/opencode.json
2026-07-19 03:24:40 +05:30

40 lines
933 B
JSON

{
"$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
},
"expo-mcp": {
"type": "remote",
"url": "https://mcp.expo.dev/mcp",
"enabled": true
}
}
}