43 lines
783 B
JSON
43 lines
783 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"
|
|
},
|
|
"incident-io": {
|
|
"type": "remote",
|
|
"url": "https://mcp.incident.io/mcp",
|
|
"oauth": {}
|
|
}
|
|
},
|
|
"plugin": [
|
|
"opencode-supermemory@latest"
|
|
]
|
|
}
|