Files
cfw-autumn/.opencode/opencode.json
2026-04-19 15:21:44 +01:00

38 lines
682 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"axiom": {
"type": "remote",
"url": "https://mcp.axiom.co/mcp"
},
"linear": {
"type": "remote",
"url": "https://mcp.linear.app/mcp",
"oauth": {}
},
"trigger": {
"type": "local",
"command": [
"bunx",
"trigger.dev@latest",
"mcp"
]
},
"tinybird": {
"type": "remote",
"url": "https://mcp.tinybird.co?token={env:TINYBIRD_READ_TOKEN}"
},
"mintlify": {
"type": "remote",
"url": "https://mintlify.com/docs/mcp"
},
"planetscale": {
"type": "remote",
"url": "https://mcp.pscale.dev/mcp/planetscale"
}
},
"plugin": [
"opencode-supermemory@latest"
]
}