32 lines
609 B
JSON
32 lines
609 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
|
|
}
|
|
},
|
|
|
|
"plugin": ["opencode-supermemory@latest"]
|
|
}
|