Files
kunstenkamp/opencode.json
2026-03-03 10:45:05 +01:00

40 lines
831 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"context7": {
"type": "local",
"command": ["npx", "-y", "@upstash/context7-mcp"],
"enabled": true,
"environment": {}
},
"cloudflare-docs": {
"type": "remote",
"url": "https://docs.mcp.cloudflare.com/sse",
"enabled": true
},
"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
},
"mollie": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.mollie.com/mcp",
"--header",
"Authorization: Bearer ${MOLLIE_API_OAUTH_ORG_TOKEN}"
],
"env": {
"MOLLIE_API_OAUTH_ORG_TOKEN": "PUT_YOUR_OWN_ORG_TOKEN_HERE"
}
}
}
}