Files
HausApp/opencode.json
René Schober 4e34270786 initial commit
2026-03-13 06:23:06 +01:00

33 lines
727 B
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": {}
},
"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
}
}
}