Files
cfw-autumn/.opencode/opencode.json
2026-03-13 16:54:41 +00:00

37 lines
704 B
JSON

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